Im trying to build a regular expresion that will catch special characters within a nick, and I am using the free regular expression utility
pcre to test with before I put it into the script. To this point, I have been able to correctly identify the following special characters via my regular expresion: (){}|[]`^, basicatly I just made it a regular expression class.
The only special character that I seem to have problems with identifying is the escape character \. The tutorials that I have read say that you should do this: \\ for it to be considered a regular character. But, alas... Not working.
Can anyone offer any sugestions on how I can identify that character in a regular expresion? Or, should I forgo the regular expresion option for that character only, and use an array to look for it???
Thank you in advance.
droolin
Imagination is more important than knowledge. Albert Einstein 1879-1955