Votes
Answers
Views
Question
1
1
26
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: