kamarthi7
02-03-2003, 04:27 PM
hello,
can anybody please tell me, what would be the regexp for
<html><head></head>
some text here
<TABLE class="" id=Table1 borderColor=#000000 height="100%" cellSpacing=1 cellPadding=1 width="100%" align=left border=1 runat="server">
<TBODY>
<TR>
<TD class=cell>some text</TD></TR>
<TR>
<TD class=cell>some text</TD></TR>
</TBODY></TABLE>
some text here
</body></html>
I want a regExp which selects the <TABLE .....>........</TABLE>
i think match() can be used but what would be the regexp syntax.
the whole html page is in a string.
can anybody please tell me, what would be the regexp for
<html><head></head>
some text here
<TABLE class="" id=Table1 borderColor=#000000 height="100%" cellSpacing=1 cellPadding=1 width="100%" align=left border=1 runat="server">
<TBODY>
<TR>
<TD class=cell>some text</TD></TR>
<TR>
<TD class=cell>some text</TD></TR>
</TBODY></TABLE>
some text here
</body></html>
I want a regExp which selects the <TABLE .....>........</TABLE>
i think match() can be used but what would be the regexp syntax.
the whole html page is in a string.