Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: regex search and replace issue

by Utilitarian (Vicar)
on Nov 11, 2011 at 08:57 UTC ( [id://937551]=note: print w/replies, xml ) Need Help??


in reply to Re: regex search and replace issue
in thread regex search and replace issue

Or by using the case insensitivity modifier to the regex.
$Message =~ s/^db //i;

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found