Hi my problem is that i'm making a mobile app and i need to seperate the following string:
ChrisHunter21
into:
Chris
Hunter
21
What is the easiest way to do this in J2ME ?
i had a look at the Ostermiller one but didnt understand it.
Thanks Chris