M
Melinda
I need to be able to strip off the non numeric characters
from a string. For example, in the string "12345ABC", I
need to strip off the "ABC" and be left with
only "12345". Any suggestions?
Thanks.
from a string. For example, in the string "12345ABC", I
need to strip off the "ABC" and be left with
only "12345". Any suggestions?
Thanks.