Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Regexp problem

by jethro (Monsignor)
on Aug 28, 2012 at 13:35 UTC ( [id://990247]=note: print w/replies, xml ) Need Help??


in reply to Regexp problem

perl -e 'if ("26-04"=~/\d{2}[\-._]\d{2}([\-._]\d{2})*/) { print "yes\n +" }' #prints yes

Seems to work. No need to escape the '-' as it would not be used as range character when it is the first character in a character class

PS: Use <c>-tags around your regex so that it gets displayed correctly in the browser

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found