System.Text.RegularExpressions Namespace |
[Missing <summary> documentation for "N:System.Text.RegularExpressions"]
Class | Description | |
---|---|---|
![]() | 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.
|
Delegate | Description | |
---|---|---|
![]() | MatchEvaluator |
Represents the method that is called each time a regular expression match
is found during a Overload:System.Text.RegularExpressions.Regex.Replace method
operation.
|
Enumeration | Description | |
---|---|---|
![]() | RegexOptions |
Provides enumerated values to use to set regular expression options.
|