Click or drag to resize
GREP Methods

The GREP type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
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.
Top
See Also