0
I need to learn how to remove the tag '</div>'
among the Tags '</blockquote> </div> </figure>'
in PHP.
Reinforcing, only in this condition that the GAR </div>
should be removed.
How should I proceed?
Thank you
0
I need to learn how to remove the tag '</div>'
among the Tags '</blockquote> </div> </figure>'
in PHP.
Reinforcing, only in this condition that the GAR </div>
should be removed.
How should I proceed?
Thank you
Browser other questions tagged php regex
You are not signed in. Login or sign up in order to post.
Please read Why Regex should not be used to handle HTML? or this answer if you think you will still use Regex. But it is not recommended for Parsing, but rather for very specific cases...
– danieltakeshi
a simple str_replace would not help ?
– Julio Henrique
No. str_replace does not work.
– Diego Albuquerque