GREP Class |
Namespace: Algs4Net
public class GREP
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. |
For additional documentation, see Section 3.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class GREP implementation by the respective authors.