consider the following string:
hello \\c[12]there\\c[0]
When passed to the wrap it translates the string to:
hello
\c[12]there\c[0]
How ever I want it to return:
hello
\\c[12]there\\c[0]
Any ideas?
consider the following string:
hello \\c[12]there\\c[0]
When passed to the wrap it translates the string to:
hello
\c[12]there\c[0]
How ever I want it to return:
hello
\\c[12]there\\c[0]
Any ideas?