- Home /
This question was
closed Aug 18, 2013 at 05:30 PM by
Negagames for the following reason:
The question is answered, right answer was accepted
Question by
Negagames · Aug 16, 2013 at 04:23 PM ·
javascriptsyntaxregexexternal tools
Bypassing special characters
Is there a way to setup a string with "\n" that doesn't cause \n to work as a return, i'm trying to use regex to search for numbers in a text file, and having \d causes unity to complain about about an unexpected character.
Comment
If \n is what you're doing, then perhaps you want \\n. To escape the \n tag.