System.Text.RegularExpressions Namespace Home
This page is specific to:.NET Framework Version:1.12.03.03.5Silverlight 34.0
.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.

Classes

  ClassDescription
Public classCaptureRepresents the results from a single subexpression capture.
Public classCaptureCollectionRepresents a sequence of capture substrings. CaptureCollection returns the set of captures done by a single capturing group.
Public classGroupRepresents the results from a single capturing group.
Public classGroupCollectionRepresents a collection 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 classRegexCompilationInfoProvides 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.
Delegates

  DelegateDescription
Public delegateMatchEvaluatorRepresents the method that is called each time a regular expression match is found during a Replace method operation.
Enumerations

  EnumerationDescription
Public enumerationRegexOptionsProvides enumerated values to use to set regular expression options.
See Also

Reference

Other Resources

Community Content

Useful Link...
Added by:G1

.NET Framework Regular Expressions:

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

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View