how to split intiger and string

String str="abc1,ss10";String strArr[] = str.split(",");here i want to split string and intigers separatelly, for example 'abc1'i want to split this...i want to display only charecters.....plz help me
[237 byte] By [god_bless1_you1a] at [2007-11-27 5:47:17]
# 1
You would probably need some kind of regular expression to do that. But it really isn't a JavaMail question, is it? You would get a much better answer if you posted the question in the Java Programming forum.
DrClapa at 2007-7-12 15:31:32 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...