See: Description
| Class | Description |
|---|---|
| String_Buffer |
A String_Buffer is a wrapper for the StringBuffer class.
|
| String_Buffer_Reader |
A String_Buffer_Reader provides methods to manipulate a
character stream as if it were a String_Buffer by backing it
with a Reader to provide the characters for the String_Buffer.
|
| String_Utilities |
The String_Utilities are a collection of static functions
that operate on String objects to provide various commonly used
operations.
|
| strip_DEBUG |
strip_DEBUG is a filter utility to remove "DEBUG" sections from
source code files.
|
| Words |
The Words class provides a mechanism to treat a String as a
sequence of delimited words.
|