/ Published in: Regular Expression
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$value =~ s/\D+//g;
Comments
You need to login to view comments.
