Regex to find text without tag html

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top