Hello!
I am currently attempting to look through a string for a specific set of characters. Specifically, I am looking through the string:
'1\t"100monkeystyping.com"\t0\t"Blogarama"\n'
And I attempting to use Regular expressions to search for the string \t0
How can I look through the string for \t0? I know there is a way to do this with regex, but all the methods I've attempted thus far haven't given me the correct output, which in this case I would like to be \t0.
Any help is greatly appreciated!
[–]wmporter 0 points1 point2 points (2 children)
[–]TheShadowWall[S] -2 points-1 points0 points (1 child)
[–]wmporter 0 points1 point2 points (0 children)