Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Text.RegularExpressions Namespace

The System.Text.RegularExpressions namespace contains classes that provide access to the .NET Framework regular expression engine. The namespace provides regular expression functionality that may be used from any platform or language that runs within the Microsoft .NET Framework. In addition to the types contained in this namespace, the System.Configuration..::.RegexStringValidator class enables you to determine whether a particular string conforms to a regular expression pattern.

  ClassDescription
Public classCapture Represents the results from a single subexpression capture. Capture represents one substring for a single successful capture.
Public classCaptureCollection Represents a sequence of capture substrings. CaptureCollection returns the set of captures done by a single capturing group.
Public classGroup Group represents the results from a single capturing group. A capturing group can capture zero, one, or more strings in a single match because of quantifiers, so Group supplies a collection of Capture objects.
Public classGroupCollectionRepresents a collection of captured groups. GroupCollection returns the set of captured groups in a single match.
Public classMatchRepresents the results from a single regular expression match.
Public classMatchCollectionRepresents the set of successful matches found by iteratively applying a regular expression pattern to the input string.
Public classRegexRepresents an immutable regular expression.
Public classRegexCompilationInfo Provides information about a regular expression that is used to compile a regular expression to a stand-alone assembly.
Public classRegexRunnerInfrastructure. The RegexRunner class is the base class for compiled regular expressions.
Public classRegexRunnerFactoryInfrastructure. Creates a RegexRunner class for a compiled regular expression.
  DelegateDescription
Public delegateMatchEvaluator Represents the method that is called each time a regular expression match is found during a Replace method operation.
  EnumerationDescription
Public enumerationRegexOptions Provides enumerated values to use to set regular expression options.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Useful Link...      G1   |   Edit   |   Show History

.NET Framework Regular Expressions:

http://msdn.microsoft.com/en-us/library/hs600312.aspx

Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker