Lets say you have a HTML tables nested in each other but you want the whole table (ignoring the inner child's end tags) how do you do this.
this doesn't work:
<table(.)*?(<table(.)*?</table>)*(.)*?</table>
Example
sdfsdfsd<table> lskdjfsd<table>dsklfj</table>sldkfj</table>asdfsd
this doesn't work:
<table(.)*?(<table(.)*?</table>)*(.)*?</table>
Example
sdfsdfsd<table> lskdjfsd<table>dsklfj</table>sldkfj</table>asdfsd