in reply to
Re: Problem with regex
in thread
Problem with regex
No need for a module, the
quotemeta
built-in function does that. You can also use
\Q$searchstring\E
in the regex (which does the same).
Comment on
Re^2: Problem with regex
Download
Code
In Section
Seekers of Perl Wisdom