I\'m importing some data from another test/bug tracking tool into tfs, and I would like to convert it\'s description, which is in simple HTML, so a plain string, where the \
Rather than regex, you could try loading it into the HTML agility pack? If it was xhtml, then an xslt transformation might be a good option.