Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Hi, how can I return the index of the number substring in alphanumeric strings?
Ex:
hello145hello
I need to return the start and the end position of 145
Do you know before hand what the numbers are? Or are you wanting something like an IsNumeric to tell if its alpha or numeric, and then start counting until an alpha is found again?
No, I don't know what's the number in the string. I need to read a random string and return only the numeric value in the string.
Ex2: HE34590LLO
Numeric Value: 34590
Comment