D
dreamer
I have a string that looks like this:
15;18;22;25
or like this
2;89
How can I extract it so it returns only the numbers from the string.
So in the first case it would be 15 18 22 25 etc..
15;18;22;25
or like this
2;89
How can I extract it so it returns only the numbers from the string.
So in the first case it would be 15 18 22 25 etc..