Thanks for quick response, evilrix.
That is generic pattern to find all the table. I only need to find "hidden" table as mentioned in question.
Need to match this table:
<Table cellSpacing='0' cellPadding='0' width='100%' border='0' style="DISPLAY: none">bla bla bla</Table>
Any more idea?
Main Topics
Browse All Topics





by: evilrixPosted on 2009-09-10 at 01:26:35ID: 25298246
Something like this maybe?
<Table[^>]*>[^<]*</Table>