/ Published in: Regular Expression
Expand |
Embed | Plain Text
$value =~ s/\D+//g;
You need to login to post a comment.
alti on 01/21/08
5 people have marked this snippet as a favorite
skywalker
wbowers
mattkenefick
jadb
Tyster
$value =~ s/\D+//g;
You need to login to post a comment.