×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

C# (C Sharp) example - How to strip the HTML tags from text with C# and Regular expression?


C# (C Sharp) - How to strip the HTML tags from text with C# and Regular expression?

string strResult = Regex.Replace(strInput,@"<(.|n)*?>",string.Empty);

Category: C# (C Sharp)

 
<< Go back