Regex to find text without tag html

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top