Hello

i use such code for html strip
Code:
strOutput = Regex.Replace(InpData, "<[^>]*>", "")
but i need to get rid of things like (all are in 1 string)

Code:
.thead a:link, .thead_alink
(starts with dot ends with newline?)

Code:
a:hover, a:active, body_ahover
(starts with character followed by ":" ends with newline?)

i would like to use same method as above Ragex code but i have no idea how to work with it (its so complicated...).