Click or drag to resize
System.Text.RegularExpressions Namespace

[Missing <summary> documentation for "N:System.Text.RegularExpressions"]

Classes
  ClassDescription
Public classGroup
Represents the results from a single capturing group.
Public classGroupCollection
Returns the set of captured groups in a single match.
Public classMatch
Represents the results from a single regular expression match.
Public classMatchCollection
Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string.
Public classCode exampleRegex
Represents an immutable regular expression.
Delegates
  DelegateDescription
Public delegateMatchEvaluator
Represents the method that is called each time a regular expression match is found during a Overload:System.Text.RegularExpressions.Regex.Replace method operation.
Enumerations
  EnumerationDescription
Public enumerationRegexOptions
Provides enumerated values to use to set regular expression options.