Title |
Test
Find
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 <HTML> tags. <B> Bold! </B> |
Non-Matches |
This text does not contain HTML. |
Author |
Rating:
Chris Pietschmann
|
Source |
|
Your Rating |
|