| Title |
Test
Find
Extract Literal Text from HTML
|
| Expression |
<[\w\"\ '\#\* \=\',\.\\\(\)\/\-\$\{\}\[\]\|\*\?\+\^\&\:\%\;\!]+> |
| Description |
This regular expression allows you to extract literal text from an HTML (SGML compliant?) document. i believe it will also work for XML. using code to replace the HTML element you can extract the literal text only. |
| Matches |
Any html tag with or without attributes and events |
| Non-Matches |
literal text |
| Author |
Rating:
Not yet rated.
Chris Morton
|
| Source |
|
| Your Rating |
|