|
|||||||||
| Home >> All >> examples >> [ awk overview ] | PREV NEXT | ||||||||
D
- DEFAULT_ENCODING - Static variable in class examples.awk.strings
- DEFAULT_PATTERN - Static variable in class examples.awk.strings.StringFinder
- Default string expression.
E
- examples.awk - package examples.awk
I
- INTEGER - Static variable in class examples.awk.prefixExample
M
- main(String[]) - Static method in class examples.awk.matchesContainsExample
- A common mistake is to confuse the behavior of the matches() and contains() methods.
- main(String[]) - Static method in class examples.awk.prefixExample
- main(String[]) - Static method in class examples.awk.splitExample
- A good way for you to understand the split() method is to play around with it by using this test program.
- main(String[]) - Static method in class examples.awk.streamInputExample
- 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(String[]) - Static method in class examples.awk.strings
- main(String[]) - Static method in class examples.awk.substituteExample
- A good way for you to understand the substitute() method is to play around with it by using this test program.
- matcher - Variable in class examples.awk.strings.StringFinder
- matchesContainsExample - class examples.awk.matchesContainsExample.
- This is a test program demonstrating the difference between the OROMatcher matches() and contains() methods.
- matchesContainsExample() - Constructor for class examples.awk.matchesContainsExample
P
- pattern - Variable in class examples.awk.strings.StringFinder
- prefixExample - class examples.awk.prefixExample.
- This is a test program demonstrating an application of the matchesPrefix() methods.
- prefixExample() - Constructor for class examples.awk.prefixExample
R
- REAL - Static variable in class examples.awk.prefixExample
S
- STRING - Static variable in class examples.awk.prefixExample
- search(Reader, PrintWriter) - Method in class examples.awk.strings.StringFinder
- splitExample - class examples.awk.splitExample.
- This is a test program demonstrating the use of the Util.split() method.
- splitExample() - Constructor for class examples.awk.splitExample
- streamInputExample - class examples.awk.streamInputExample.
- This is a test program demonstrating how to search an input stream with the AwkTools regular expression classes.
- streamInputExample() - Constructor for class examples.awk.streamInputExample
- strings - class examples.awk.strings.
- This is a test program demonstrating how to search an input stream with the jakarta-oro awk package regular expression classes.
- strings() - Constructor for class examples.awk.strings
- strings.StringFinder - class examples.awk.strings.StringFinder.
- strings.StringFinder(String) - Constructor for class examples.awk.strings.StringFinder
- strings.StringFinder() - Constructor for class examples.awk.strings.StringFinder
- substituteExample - class examples.awk.substituteExample.
- This is a test program demonstrating the use of the Util.substitute() method.
- substituteExample() - Constructor for class examples.awk.substituteExample
T
- tokens - Static variable in class examples.awk.prefixExample
- types - Static variable in class examples.awk.prefixExample
W
- whitespace - Static variable in class examples.awk.prefixExample
D E I M P R S T W
|
|||||||||
| Home >> All >> examples >> [ awk overview ] | PREV NEXT | ||||||||