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