• It's literally just simple html. Like if you had this as a survey title:

    <b>Come and get it</b> - we <i>love</i> hamburger helper

    I just need to confirm that tags match and all. I know how to do this in C# using a RegEx expression.

    I'm migrating data from one schema to another and trying to replicate the validation rules in our new Business Layer with check constraints in order to avoid having to migrate all of the data in THROUGH that Business Object layer, which is written using a complicated .net/c# framework called CSLA.