This package used to be the AwkTools library and provides AWK-like
regular expression classes that implement the
{@link org.apache.oro.text.regex} interfaces.
A class used to store and access the results of an AwkPattern match.
It is important for you to remember that AwkMatcher does not save
parenthesized sub-group information.
The AwkStreamInput class is used to look for pattern matches in an
input stream (actually a java.io.Reader instance) in conjunction with
the AwkMatcher class.