So " xx yy 11 22 33 " will become "xxyy112233". How can I achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Lots of ways to do it. For example:
Edit: As noted by DWin in the comments, the
Here the first slash "escapes" the second one so that it is interpreted as a slash, and the string has a new-line and a tab character in addition to spaces. |
|||||||||||||||
|
