Displaying page
of
pages;
Items to
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 <HTML> tags. <B> Bold! </B>
|
Non-Matches |
This text does not contain HTML.
|
Author |
Rating:
Chris Pietschmann
|
Displaying page
of
pages;
Items to