Using preg_replace in php for whitespace between <br/> and <p> tags
- by Prime Studios
I need to remove this string if found in my string:
<p><br/> </p>
Cant replace this:
<p><br/>Test. </p>
The whitespace expression I am using wasn't working for that, thank you for your help!