| Title |
Test
Find
HTML Tag and InnerHTML Remover
|
| Expression |
<(tag1|tag2)[^>]*\/?>.*<\/(?:\1)> |
| Description |
Removes all the text between two tags. Replace the "tag1" and "tag2" with the tag you want to remove, you can add more by placing additional "|" between each tag. |
| Matches |
<tag1>Welcome!</tag1> | <tag1>How <b>are</b> you?</tag1> |
| Non-Matches |
<tag1>How <b>are</b> you? | <tag1>How <b>are</b> you?</tag2> |
| Author |
Rating:
Not yet rated.
Kerry Jones
|
| Source |
|
| Your Rating |
|