Jump to content

php two html tag remove


kalster

Recommended Posts

using php regex, i would like to remove everything within a <div></div> and including both div that contains "<hr> </b>" inside of the divs. notice the space between "<hr> </b>"

 

the following line needs to be removed...
        <div><b>username<hr> </b></div>
from a string but only if the div contains <hr> </b> both with a space between them
        

thank you

Link to comment
https://forums.phpfreaks.com/topic/286434-php-two-html-tag-remove/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.