how to get string after first occurence of alphanumeric char in java For Example :
String = "13(i),145afc34df,1ss,kk,90";
Required output : 13 (i) 145 afc34df 1 ss kk 90
Post Answer
Preview:
Ads