Hi,
I have some strings in the following format "05.dat". The filename is always two digits + the extension (.dat)
Now I simply want to keep the two digits before the extension.
Would it be better and more efficient to use a Regex or to use the split function ?
Thanks for your help.