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
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.