I want to replace all spaces in a line before a text comes, for example I have the following text:
@" Hello\n world"
and i want it to look like this:
@"Hello\nworld"
How can you do this for every line?
I want to replace all spaces in a line before a text comes, for example I have the following text:
@" Hello\n world"
and i want it to look like this:
@"Hello\nworld"
How can you do this for every line?