ask for a RE pattern to match TABLE in html

oyster lepto.python at gmail.com
Thu Jun 26 09:53:06 EDT 2008


that is, there is no TABLE tag between a TABLE, for example
<table >something with out table tag</table>
what is the RE pattern? thanks

the following is not right
<table.*?>[^table]*?</table>



More information about the Python-list mailing list