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

Re: matching digits and characters

by chunlou (Curate)
on Aug 22, 2003 at 16:21 UTC ( [id://285844]=note: print w/replies, xml ) Need Help??


in reply to matching digits and characters

Perhaps it's easier to use Regexp::Common. It takes care of various numeric formats for you as well (if that's what you also want).
use Regexp::Common; $str =~ /$RE{num}{real}/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-19 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found