<< Click to Display Table of Contents >>
Navigation: Funções >
public string Strip(string text)
{
return Regex.Replace(text, @”<(.|\n)*?>”, string.Empty);
}