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