So I'm trying to do a number of regex across a file, which seems straight forward enough.
However, when I try to regex a string with characters \ and " my regex fails to find the string.
E.g. the following can be found
START
But the following cannot
\"START\"
Here's the pertinent code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.