Class | Description |
---|---|
Capture | |
CaptureCollection | Represents a sequence of capture substrings. The object is used to return the set of captures done by a single capturing group. |
Group | |
Match | |
MatchCollection | Represents the set of names appearing as capturing group names in a regular expression. |
Regex | Represents an immutable, compiled regular expression. Also contains static methods that allow use of regular expressions without instantiating a Regex explicitly. |
Delegate | Description |
---|---|
MatchEvaluator | [To be supplied.] |