G
Guest
I need a Regex that find just a text inside a string that has both text and
tags html,
for example :
string str = "<table ....><tr><td>my table</td></tr></table>
I want a Regex that return just my table.
Could someone help me?
Thanks.
tags html,
for example :
string str = "<table ....><tr><td>my table</td></tr></table>
I want a Regex that return just my table.
Could someone help me?
Thanks.