Possible Duplicate:
Using C# regular expressions to remove HTML tags
Extract Content from Div Tag C# RegEx
Hi and thanks for looking!
Question
How do I write a regular expression (in C#) to reduce this string:
<span class='foo'>bar</span>
To this:
bar
In a severe time crisis, so please excuse my not RingTFM! Thanks!
Matt