Hey all,

Just wondering what my best way would be to go about stripping all
digits from my string.  So far I have the follwoing...

$string = "08 852365 21 Hello world!";

$string =~ s/[.*\d\s]//g;

What does this do exactly?

Regards,

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to