I have something in wordrpess posts (all of them) that I need removed:
something starting with this:
<!--more-->
<br />
<center>
<table width="100%">
<tbody>
<tr>
ending with this:
</td>
</tr>
</tbody>
</table>
</center>
part in the middle is changeable, usually containing some other piece of code.
I need regex to remove ALL from start to end, including start and end.
Anyone?
something starting with this:
<!--more-->
<br />
<center>
<table width="100%">
<tbody>
<tr>
ending with this:
</td>
</tr>
</tbody>
</table>
</center>
part in the middle is changeable, usually containing some other piece of code.
I need regex to remove ALL from start to end, including start and end.
Anyone?