Tag: C#

Remove HTML with Regular Expressions

Working with websites you often need to strip out HTML tags, tag attributes or the complete contents of a HTML tag from some text. Regular expressions can make this very easy and so we thought we would share some that we use all the time. Read More »

Posted in Programming | Tagged | 4 Comments