| Class | Description |
|---|---|
| CharArrayBufferWrap |
Allows the outcome of a replaceAll() or replaceFirst()
to be an array of characters rather than a String.
|
| CharArrayWrap |
This provides a wrapper for a char array so that
it can be searched by Regex.
|
| RandomAccessFileWrap |
Provides a wrapper for a RandomAccessFile so that it
can be searched by Regex.
|
| StringBufferWrap |
This provides a wrapper for StringBuffer to
capture the output of a replacement.
|
| StringWrap |
A basic wrapper for the String object.
|
| WriterWrap |
Allows the outcome of a replaceAll() or replaceFirst()
to be directed to a Writer rather than a String.
|