namespace RegularExpressions
This namespace contains:
| class Capture | Represents the results from a single successful subexpression capture. |
| class CaptureCollection | Represents the set of captures made by a single capturing group. |
| class GeneratedRegexAttribute | |
| class Group | Represents the results from a single capturing group. |
| class GroupCollection | Returns the set of captured groups in a single match. |
| class Match | Represents the results from a single regular expression match. |
| class MatchCollection | Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string. |
| class MatchEvaluator | Represents the method that is called each time a regular expression match is found during a method operation. |
| class Regex | Represents an immutable regular expression. |
| struct Regex.ValueMatchEnumerator | |
| struct Regex.ValueSplitEnumerator | |
| class RegexCompilationInfo | |
| class RegexMatchTimeoutException | The exception that is thrown when the execution time of a regular expression pattern-matching method exceeds its time-out interval. |
| struct RegexOptions | Provides enumerated values to use to set regular expression options. |
| struct RegexParseError | |
| class RegexParseException | |
| class RegexRunner | The class is the base class for compiled regular expressions. |
| class RegexRunnerFactory | Creates a class for a compiled regular expression. |
| struct ValueMatch |