RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Remove HTML Markup
Expression
(<(!--|script)(.|\n[^<])*(--|script)>)|(<|&lt;)(/?[\w!?]+)\s?[^<]*(>|&gt;)|(\&[\w]+\;)
Description
Matches any text inside greater than less than characters. Can be used to remove HTML Markup including attributes and comments.
Matches
<p><font face="Trebuchet MS" size="2" >summary of </font></p> | <body><font face="Trebuchet MS" size="2" >Example 2</font></body> | <!-- Comment-->
Non-Matches
Regular Text | Regular Text2 | Regular Text3
Author Rating: The rating for this expression. Burke Harris
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials