Possible Duplicate:
RegEx match open tags except XHTML self-contained tags
how can I replace everything in between < > and the tag itself with a space?
Example:
<span class="bold">asdfsdfsda<br />sadfsdfsdf</span>
Output:
asdfsdfsda sadfsdfsdf