Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Redundant regex ([0-9]{2} | [0-9] {2, 4})?

by ikegami (Patriarch)
on Feb 27, 2009 at 01:35 UTC ( [id://746730]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Redundant regex ([0-9]{2} | [0-9] {2, 4})?
in thread Redundant regex ([0-9]{2} | [0-9] {2, 4})?

Spaces removed, /[0-9]{2}/ does match a subset of what /[0-9]{2,4}/ matches.

I'm sure what he wanted was just /[0-9]{2,4}/.

Replies are listed 'Best First'.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found