Regex Hierarchy

The following table lists the classes derived from System.Text.RegularExpressions.Regex .

Derived Classes

Class Description
System.Web.RegularExpressions.AspCodeRegex Provides a regular expression to parse an ASP.NET code block.
System.Web.RegularExpressions.AspExprRegex Provides a regular expression to parse an ASP.NET expression block.
System.Web.RegularExpressions.CommentRegex Provides a regular expression to parse an ASP.NET comment block.
System.Web.RegularExpressions.DatabindExprRegex Provides a regular expression to parse an ASP.NET data-binding expression.
System.Web.RegularExpressions.DataBindRegex Provides a regular expression to parse an ASP.NET data binding.
System.Web.RegularExpressions.DirectiveRegex Provides a regular expression to parse an ASP.NET directive.
System.Web.RegularExpressions.EndTagRegex Provides a regular expression to parse an end tag.
System.Web.RegularExpressions.GTRegex Provides a regular expression to match a greater than (>) character.
System.Web.RegularExpressions.IncludeRegex Provides a regular expression to parse an ASP.NET #include directive.
System.Web.RegularExpressions.LTRegex Provides a regular expression to look for a less than (<) character.
System.Web.RegularExpressions.RunatServerRegex Provides a regular expression to parse an ASP.NET runat attribute.
System.Web.RegularExpressions.ServerTagsRegex Provides a regular expression to parse ASP.NET server tags.
System.Web.RegularExpressions.SimpleDirectiveRegex Provides a regular expression to parse an ASP.NET data directive.
System.Web.RegularExpressions.TagRegex Provides a regular expression to parse an ASP.NET Web server control tag.
System.Web.RegularExpressions.TextRegex Provides a regular expression to match all characters until the next less than (<) character.

See Also

Reference

Regex Class
Regex Members
System.Text.RegularExpressions Namespace

Other Resources

.NET Framework Regular Expressions
Regular Expression Language Elements