Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains classes that provide access to the regular expression engine
Classes
Class | Description | |
---|---|---|
![]() |
Capture | Represents the results from a single successful subexpression capture. |
![]() |
CaptureCollection | Represents the set of captures made by a single capturing group. |
![]() |
Group | Represents the results from a single capturing group. |
![]() |
GroupCollection | Returns the set of captured groups in a single match. |
![]() |
Match | Represents the results from a single regular expression match. |
![]() |
MatchCollection | Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string. |
![]() |
Regex | Represents an immutable regular expression. |
![]() |
RegexCompiler | Compiles a pattern string into a regular expression program. |
![]() |
RegexpSyntaxException | Provides the exception thrown to indicate a syntax error in a regular expression. |
Delegates
Delegate | Description | |
---|---|---|
![]() |
MatchEvaluator | Represents the method that is called each time a regular expression match is found during a Replace method operation. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
RegexOptions | Provides enumerated values to use to set regular expression options. |