Tuesday, March 23, 2010

strip html from string c# regex

System.Text.RegularExpressions.Regex.Replace(text, @"<(.|\n)*?>", string.Empty)

No comments:

Post a Comment