in reply to (tye)Re: Learning Perl's Regular Expressions
in thread japhy and mystery

I'll be discussing the use of regexes for simple things like /foo/. I'll mention quotemeta() and \Q...\E, of course, and suggest that something like /\Q$str\E/ be rewritten without using a regex.

I will also discuss the dangers of /$str/.

japhy -- Perl and Regex Hacker
  • Comment on Re: (tye)Re: Learning Perl's Regular Expressions