how to set up multiple delimiter?# Java - 爪哇娇娃
G*a
1 楼
for StringTokenizor, i want to set up more than one delimiter in order to use
the this construcotor:
StringTokenizor st = new StringTokenizor (text, delimiter);
How should i include more than one element into this String delimiter?
String delimiter = ", ??? ."
Thanks.
the this construcotor:
StringTokenizor st = new StringTokenizor (text, delimiter);
How should i include more than one element into this String delimiter?
String delimiter = ", ??? ."
Thanks.