This documentation is archived and is not being maintained.
Regular Expression Examples
Visual Studio 2010
This section contains code examples that illustrate the use of regular expressions in common applications.
Note |
|---|
The System.Web.RegularExpressions namespace contains a number of regular expression objects that implement predefined regular expression patterns for parsing strings from HTML, XML, and ASP.NET documents. For example, the TagRegex class identifies start tags in a string and the CommentRegex class identifies ASP.NET comments in a string. |
Show:
Note