Fri, 17 May 2024


How to strip the HTML tags from text with C# and Regular expression?

By: Peter, NetArt Media
Sun, 1 November 2020

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


Category: Web Development
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox