Parsing strings for numbers
Question ID:
108498
♥ 0 |
I have a parameter containing a string value with numbers and other characters. I need to extract the numeric component. For example 12ABC2345, needs to become 123456. What is the code to accomplish this:
Marked as spam
|