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 Does string have HTML in it?
Expression
[\w*|\W*]*<[[\w*|\W*]*|/[\w*|\W*]]>[\w*|\W*]*
Description
This will match true if the string contians at least one HTML tag.
Matches
This containt &lt;HTML&gt; tags. &lt;B&gt; Bold! &lt;/B&gt;
Non-Matches
This text does not contain HTML.
Author Rating: The rating for this expression. Chris Pietschmann
   Displaying page 1 of 1 pages; Items 1 to 1

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