How to Parse string which contain special character like
I ][][came][][][I][][][][Saw][][][][][][I][][][][Won][][][][
Can anyone please solve it
|
How to Parse string which contain special character like
Can anyone please solve it |
|||||
|
|
Perhaps you're after something like this:
prints:
|
|||||
|
|
Figure out the unicode codes of your special characters and use these codes to parse the string:
|
|||
|
|
|
This is the same as the answer above. But different pattern for regex.
+1 for the first answer cheers! |
|||
|
|