how to remove multiple tags like this by single tag using c# ???
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Feb 5, 2015, 1:18 AM
VulpesPosted Feb 1, 2015, 10:53 AM
html = Regex.Replace(html, @"((\r?\n)*){2,}", "\r\n");