Sorry, This is just an example, I was trying to do find and replace, ignore the white space and tab and new line etc.
For example, I want to be able to replace the whole table with '', no matter that table is
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Hello </td>
<td>World </td>
</tr>
</table>
or
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td>Hello</td><td>World</td></tr></table>
Something like "find and replace" ignore white space in dreamweaver. Thanks!