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
Updated: November 2007
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.

Delegates
|
| Delegate | Description |
|---|
.gif) | MatchEvaluator |
Represents the method that is called each time a regular expression match is found during a Replace method operation.
|

Enumerations
|
| Enumeration | Description |
|---|
.gif) | RegexOptions |
Provides enumerated values to use to set regular expression options.
|