Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Escaping parentheses in regexps

by scain (Curate)
on Jan 22, 2003 at 15:12 UTC ( #229036=note: print w/replies, xml ) Need Help??


in reply to Re: Escaping parentheses in regexps
in thread Escaping parentheses in regexps

And, if you are putting other stuff in your regex that you don't want escaped, end the quotemeta with a \E, ie,
if ($concat !~ /other stuff\Q$string\E more other stuff/) { $concat .= " and $string"; }

Scott
Project coordinator of the Generic Model Organism Database Project

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://229036]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2023-03-25 16:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?