Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Matching floats according to perlfaq4

by demerphq (Chancellor)
on Sep 27, 2002 at 11:28 UTC ( [id://201158]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Matching floats according to perlfaq4
in thread Matching floats according to perlfaq4

Of course it wont match 1.2e so that isnt a worry. And 4. certainly is meaningful (to perl anwyay). Try it...

Also as I pointed out in my earlier reply the two regexes are _not_ == to each other. They are similar in that they match or reject similar data, however the parts that they match and the way they get captured for later use are radically different.

For instance

/([A-Za-z_0-9])(\w)(\w)/
matches/rejects the same data as
/(\w{3})/
But the utility of the two is totally different....

:-)

--- demerphq
my friends call me, usually because I'm late....

Log In?
Username:
Password:

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

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

    No recent polls found