Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Link in Web Browser
#13
If it is used as regular expression, need to escape special characters of regular expressions.
These characters are () and maybe #. Nothing wrong if you escape all nonalphanumeric characters.
To escape a character, add \ before.
\(
\)
\#


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)