I have a string given in the following format:
I don't know why it's like that, but it is and I can't change it.
The letters do not change, but the numbers (i.e. the 1, 2, 1, and 0) do change and can be any positive value. I need to extract the numbers from the string and put them in an array.
How can I do this?
Thanks 
|