Example:
"This is a example \\n This is an example."
Should become:
"This is a example \n This is a example."
I think I should be using
myString.replace();
but I don't know which overload I should use and how to use it.
Can anyone point me in the right direction?

New Topic/Question
Reply




MultiQuote







|