[solved] – Question 70675
consider a string of numbers, slashes, spaces, and miscellaneous character.
Say for example, “4!@/#@$6@#$ 7”
I want to extract numbers and slashes in the given format : a/b c
How do I extract only “4/6 7” from the above string in c++?
Expert Answer
OR

