Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: how can I use regular expresion if my string to be matched has round brackets

by lightoverhead (Pilgrim)
on Oct 06, 2008 at 19:06 UTC ( [id://715640]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $ipn=qr/\( going \) there/;
    or
    my $ipn=qw/\( going \) there/;
    
  2. or download this
    my $ipn="\( going \) there";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-04-19 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found