Tagged Questions
1
vote
4answers
794 views
Help with PHP Regular Expressions using a Negative Look Behind
I'm trying to write a simple function to close missing HTML tags using PHP preg_replace.
I thought it would be relatively straight-forward, but for some reason it hasn't been.
What I'm basically ...