 |
Java Practices -> Parse text
Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. ... There are various ways of parsing text. The usual tools are: String.split methods StringTokenizer and StreamTokenizer
www.javapractices.com |
 |