Regular Expression to remove <table> </table> tags
Hi all,
does anyone know of a regular expression to remove tags:
<table> </table>
<tr> </tr>
<td> </td>
from a HTML document.
The purpose of which is to migrate a website from a table layout to a CSS <div> based one.
Cheers
Peter.
|