| GREP Methods |
The GREP type exposes the following members.
| Name | Description | |
|---|---|---|
| MainTest |
Interprets the command-line argument as a regular expression
(supporting closure, binary or, parentheses, and wildcard)
reads in lines from standard input; writes to standard output
those lines that contain a substring matching the regular
expression. |