String sample = "<a href=\"http://test.com\">LoremIpsum.Net</a> is."; String re = @"<a [^>]+>(.*?)<\/a>";
sample =Regex.Replace(sample, re, "$1"));