StringFields
Description
The StringFields class is used to parse a string using another string as the delimiter. This is similar to the StringTokenizer class, except that StringTokenizer treats every character in
the delimiter string as a seperate delimiter.
Contents
The Zip archive contains:
- The .java source file
- Javadoc-format documentation
- A pre-built .jar file
- An ANT build script
- A copy of the GNU Lesser General Public License
- A readme.txt file
Version History
- StringFields version 1.1 - 04/16/2003
Fixed a parsing problem that gave an empty list of fields when the target string contained only delimiters.
- StringFields version 1.0 - 09/27/2002
Download
You'll need a Zip application to expand this Zip archive.
StringFields version 1.1
You can send questions/suggestions/comments to me here.