in reply to Re: Re: Matching floats according to perlfaq4
in thread Matching floats according to perlfaq4
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
matches/rejects the same data as/([A-Za-z_0-9])(\w)(\w)/
But the utility of the two is totally different..../(\w{3})/
:-)
--- demerphq
my friends call me, usually because I'm late....
|
---|