This has been as开发者_JS百科ked several times for several languages but I can\'t get it to work.
I tried this: def str1=\"good stuff 1)开发者_开发知识库\" def str2 = str1.replaceAll(\'\\)\',\' \')
I have the string \"MO\"\"RET\" gets stored in items[1] array after the split command. After it get\'s stored I do a replaceall on this string and it replaces all the double quotes.
I\'m trying to convert the String\\something\\ into the String \\\\some开发者_开发百科thing\\\\ using replaceAll, but I keep getting all kinds of errors. I thought this was the solution: