public class TextTokenizer extends StringTokenizer
| Constructor and Description |
|---|
TextTokenizer(String textList,
String seperator) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
parseTokens()
This methode will parse the supplied text and separator and return the
results
|
countTokens, hasMoreElements, hasMoreTokens, nextElement, nextToken, nextTokenCopyright © 2019 com.github.mfjamil. All rights reserved.