Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Simple regular expression problem

by ikegami (Patriarch)
on Oct 03, 2005 at 14:40 UTC ( [id://496936]=note: print w/replies, xml ) Need Help??


in reply to Re: Simple regular expression problem
in thread Simple regular expression problem

That's won't work if string contains no digits (which the OP said was a possible input). For example, $name will be just "a" for "abdbdr".

Update: Just plain wrong.

  • Comment on Re^2: Simple regular expression problem

Replies are listed 'Best First'.
Re^3: Simple regular expression problem
by Dietz (Curate) on Oct 03, 2005 at 14:45 UTC
    Therefore he anchored the regex with $ to match until the end regardless if a digit is present or not
      Shoot, you're right. Monday morning X_X

Log In?
Username:
Password:

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

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

    No recent polls found