Hello
i use such code for html strip
but i need to get rid of things like (all are in 1 string)Code:strOutput = Regex.Replace(InpData, "<[^>]*>", "")
(starts with dot ends with newline?)Code:.thead a:link, .thead_alink
(starts with character followed by ":" ends with newline?)Code:a:hover, a:active, body_ahover
i would like to use same method as above Ragex code but i have no idea how to work with it (its so complicated...).




Reply With Quote