I have str1: "I can\\\'t do that." How can I get from str1 to str2: "I can\'t do that."?
"I can\\\'t do that."
"I can\'t do that."
I have tried str2 = str1.
str2 = str1.