string input = "\"Hello, World!\" ! \"Some other string\"";
Hello, I am having a problem with finding a solution to this. You see, I want to Split the string in half by the ! separating the two "fake strings" inside the string. I am aware that I can use String.Split(), but what if there is an exclamation mark inside the "fake string"?
Would appreciate if anyone could help.
\".!.