I want to split some strings which look like this..
10183bla.ini
2972blokke.ini
298dsfsdfds.ini
I want to get them returned like below...Problem is I never know how many numbers and how many charachters will be in the string.
10183 bla.ini
2972 blokke.ini
298 dsfsdfds.ini
Anyone got any idea how to get this done?
