indzi
10/2/2017 - 7:18 AM

Split string

Split string

String[] split = lastCertNoStr.split("-");
String firstSplit = split[0];