| java.lang.Object examples.awk.streamInputExample
streamInputExample | final public class streamInputExample (Code) | | This is a test program demonstrating how to search an input stream
with the AwkTools regular expression classes.
version: @version@ |
Method Summary | |
final public static void | main(String args) This program extracts sentences containing the word C++ from
the sample file streamInputExample.txt The regular expression
used is not perfect, so focus on AwkStreamInput and not the
ability of the regular expression to handle all normal sentences. |
main | final public static void main(String args)(Code) | | This program extracts sentences containing the word C++ from
the sample file streamInputExample.txt The regular expression
used is not perfect, so focus on AwkStreamInput and not the
ability of the regular expression to handle all normal sentences.
For those not familiar with the OROMatcher Util class, a use of
the Util.substitute method is included.
|
|
|