nickmollberg
Programmer
Hello,
This is remarkably simple I'm sure, but I need to seperate out the contents of a string.
The string is "TestString1"
And I need to parse this out into the characters, and the number.
So, I'd like to end up with "TestString" and "1"
This Could be any combination of text, followed by a number, ie. customer88, testuser2, tim9, oo9.
But, it will always be characters, followed by a number.
Thanks!
This is remarkably simple I'm sure, but I need to seperate out the contents of a string.
The string is "TestString1"
And I need to parse this out into the characters, and the number.
So, I'd like to end up with "TestString" and "1"
This Could be any combination of text, followed by a number, ie. customer88, testuser2, tim9, oo9.
But, it will always be characters, followed by a number.
Thanks!