replace all the \ with \\.
it’s trying to escape the next character in this case the U so to insert a \ you need to insert an escaped \ which is \\
replace all the \ with \\.
it’s trying to escape the next character in this case the U so to insert a \ you need to insert an escaped \ which is \\