http://www.perlmonks.org?node_id=219506


in reply to Matching '=' and other non alphanumeric characters using regular expressions

\W matches a non-word character
\C matches a character


jjdraco
learning Perl one statement at a time.
  • Comment on Re: Matching '=' and other non alphanumeric characters using regular expressions