Hi!
If I have a string that looks something like this:
abcd12345efgh
How do I find the number values from the string.
Keep in mind that the string is dynamic, next time the string could look like: "sdfjl sl kd432424323sl flsj" although the numbers are always together.
I'm looking for a method that can take any type of string as a parameter and find the numbers in that string.
Thank you for any help
If I have a string that looks something like this:
abcd12345efgh
How do I find the number values from the string.
Keep in mind that the string is dynamic, next time the string could look like: "sdfjl sl kd432424323sl flsj" although the numbers are always together.
I'm looking for a method that can take any type of string as a parameter and find the numbers in that string.
Thank you for any help