Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Strip non-numeric

by rbc (Curate)
on Jan 13, 2003 at 22:52 UTC ( [id://226639]=note: print w/replies, xml ) Need Help??


in reply to Strip non-numeric

try ...
$scalar = "a1b2"; $scalar =~ s/\D//g; print "$scalar\n";

Log In?
Username:
Password:

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

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

    No recent polls found