IF the div or p classes match your examples you can use the following
Search
Code:
<div class="text">([^<]+)</div>
or
Code:
<p class="normal-262-0-override"><span class="no-style-override-9">([^<]+)</span></p>
Replace
Edit: Will only work if there are no <tags> in the CONTENT portion, if there is we can do alternate searches, by changing the ([^<]+) to (.+?)