|
Class Summary |
| matchesContainsExample |
This is a test program demonstrating the difference between the
OROMatcher matches() and contains() methods. |
| prefixExample |
This is a test program demonstrating an application of the matchesPrefix()
methods. |
| splitExample |
This is a test program demonstrating the use of the Util.split() method. |
| streamInputExample |
This is a test program demonstrating how to search an input stream
with the AwkTools regular expression classes. |
| strings |
This is a test program demonstrating how to search an input stream
with the jakarta-oro awk package regular expression classes. |
| strings.StringFinder |
|
| substituteExample |
This is a test program demonstrating the use of the Util.substitute()
method. |