hai,
hai i have constant maximum length... Based on that maximum length i have to split one string ..how to do in java...
Example:
String number= "00010105110521 0100010545";
spilt into 00010/1051105/210100/010545 like this .. this should be constant assigned to one variable
Regards
Asha
hai i have constant maximum length... Based on that maximum length i have to split one string ..how to do in java...
Example:
String number= "00010105110521 0100010545";
spilt into 00010/1051105/210100/010545 like this .. this should be constant assigned to one variable
Regards
Asha
Comment