Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Match number >= 0 and <1

by pbeckingham (Parson)
on Jul 29, 2005 at 14:27 UTC ( [id://479419]=note: print w/replies, xml ) Need Help??


in reply to Match number >= 0 and <1

It could be more concise, and you don't need the alternation:

my ($num) = $_num =~ /^0?\.\d+$/;
Interpreted as: zero or one zeroes, a period, followed by digits.



pbeckingham - typist, perishable vertebrate.

Replies are listed 'Best First'.
Re^2: Match number >= 0 and <1
by ikegami (Patriarch) on Jul 29, 2005 at 14:58 UTC
    "0" is not legal according your regexp. I did the same mistake up above. Also, you removed the necessary capture.

Log In?
Username:
Password:

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

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

    No recent polls found