Hi, I've used getline and pushed back a text row into a vector.
The vector is of string type and I want to sort out the numbers and store it elsewhere.
in my vector: The man is 67 years old and driving an Oldsmobile Rocket 88
I want to sort out 67 and 88.
I've seen examples using char but i really want to sort out numbers from the text larger than one digit. Any ideas?