My Technology Notebook
My daily adventures with technology.
Pages
Home
Contact Me
Disclaimer
Profile
Showing posts with label
strip html from string c# regex
.
Show all posts
Showing posts with label
strip html from string c# regex
.
Show all posts
Tuesday, March 23, 2010
strip html from string c# regex
System.Text.RegularExpressions.Regex.Replace(text, @"<(.|\n)*?>", string.Empty)
Older Posts
Home
Subscribe to:
Posts (Atom)