My Requirement is like , split the given string into sub strings of charter and numeric values. And the input value will always begin charter only.
Input : String strValue = "ABCD12345"; Out put: A1 = ABCD A2 = 12345
String strValue = "ABCD12345";
Aucun commentaire:
Enregistrer un commentaire