-
1
- #1
SnaveBelac
Programmer
Can someone help me construct a regexp to remove an entire HTML tag (no matter what the tag) if the tag contains a specific word?
For example
<tag option="value">some text with "word" in it</tag>
So, as this tag contains my "word" - remove the whole tag from <tag.. to ../tag>.
Any suggestions ?
Thanks in advance
----------------------------
SnaveBelac - Adventurer
----------------------------
For example
<tag option="value">some text with "word" in it</tag>
So, as this tag contains my "word" - remove the whole tag from <tag.. to ../tag>.
Any suggestions ?
Thanks in advance
----------------------------
SnaveBelac - Adventurer
----------------------------