if I have a string like
<p> </p>
<p></p>
<p class="a"><br /></p>
<p class="b"> </p>
<p>blah blah blah this is some real content</p>
<p> </p>
<p></p>
<p class="a"><br /></p>
how can I turn it into just
<p>blah blah blah this is some real content</p>
needs to pick up nbsps and regular spaces