nationavon
MIS
I need help substituting non-numeric characters in a string.
I tried:
$text =~ s/\d/\1/g;
Doesn't seem to work.
Nathan
I tried:
$text =~ s/\d/\1/g;
Doesn't seem to work.
Nathan
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.