I'have a text composed of many strings and for each string, if the check is true, I would like to get a specific one having some attributes:
- the string starts with a sign like "atm"
- after the sign there is a numeric part with a variable lenght
i.e. the word could be like atm123456 or atm7890
Any help is appreciated, thanks.
substris also a good way to do yes, to calculate the length of the numeric part you could just read from 4 to the end of the string.