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 (X)HTML like tags
Expression
<\s*?[^>]+\s*?>
Description
This simple pattern is useful for removing all HTML tags with or without atributes. It has no removing white spaces
Matches
< html > | < div style="title_1" class='number'> | < div style="title_1" class='number' > | < img src="img.gif" / >
Non-Matches
Plain text
Author Rating: The rating for this expression. Shreeve
   Displaying page 1 of 1 pages; Items 1 to 1

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