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> -- http://mail.python.org/mailman/listinfo/python-list
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> -- http://mail.python.org/mailman/listinfo/python-list