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

Re^2: Is this a bug in perl regex engine or in my brain?

by Crackers2 (Parson)
on Oct 06, 2015 at 17:49 UTC ( [id://1143953]=note: print w/replies, xml ) Need Help??


in reply to Re: Is this a bug in perl regex engine or in my brain?
in thread Is this a bug in perl regex engine or in my brain?

Your regex no longer matches 10-99. You'd need something like
my $regex = '(2[0-4]|1[0-9]|[1-9])?[0-9]';
to fix that.

Replies are listed 'Best First'.
Re^3: Is this a bug in perl regex engine or in my brain?
by Athanasius (Archbishop) on Oct 07, 2015 at 00:23 UTC

Log In?
Username:
Password:

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

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

    No recent polls found