Help for this page
Select Code to Download
Select
or
download this
$string =~ s/[^0-9+]//g;
Select
or
download this
$string =~ s/[^a-zA-Z0-9+]//g;