Hi,
Can you help me with a code snippet (with/without regex) to remove all span tags from a string like this: (Silverlight - c#)
<a href="#">
<span class="uiTooltipWrap bottom left leftbottom">
<span class="uiTooltipText">
dasd dssa<br />
adsa sssss
</span>
</span>
</a>
Thanks.