System.Text.RegularExpressions Namespace

TBD

Classes

Name Description
Public Class Capture Represents the results from a single subexpression capture.
Public Class CaptureCollection Represents the set of captures made by a single capturing group.
Public Class Group Represents the results from a single capturing group.
Public Class GroupCollection Represents a collection of captured groups in a single match.
Public Class Match Represents the results from a single regular expression match.
Public Class MatchCollection Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string.
Public Class Regex Represents an immutable regular expression.
Public Class RegexCompiler Compiles a pattern string into a regular expression program.
Public Class RegexpSyntaxException Provides the exception thrown to indicate a syntax error in a regular expression.

Delegates

Name Description
Public Delegate MatchEvaluator Represents the method that is called each time a regular expression match is found during a Replace method operation.

Enumerations

Name Description
Public Enumeration RegexOptions Provides enumerated values to use to set regular expression options. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.