The System.RegularExpressions contains a minimal implementation of a regular expression matching engine.
This sgrep program searches a regular expression pattern from the given text files. The pattern is represented as an NFA . Names of files can contain wildcards * and ?.
Regular Expression Lexical Grammar |
Regular Expression Grammar |
RexTokens | |
System | |
RegularExpressions |
public static class | RexClassMap |
public class | RexLexer |
public static class | RexParser |