| Title |
Test
Find
Remove HTML Markup
|
| Expression |
(<(!--|script)(.|\n[^<])*(--|script)>)|(<|<)(/?[\w!?]+)\s?[^<]*(>|>)|(\&[\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:
Burke Harris
|
| Source |
|
| Your Rating |
|