Quote:
Originally Posted by ElMiko
How do I remove all the <div> tags in a document?
|
Why?

BTW Replace might be a better term, especially if you want to pass Flightcrew
You can't have naked text, so be careful
Code:
<div class="first"><p class="normal">Text</p></div>
could be combined into
<p class="normal first">Text</p>[/CODE]
I have trouble getting
matching tag pairs to only Match in my REGEX
(same problem with excessive Span removal, It needs to match the correct partner.)