SyntaxFix
Write A Post
Hire A Developer
Questions
Add .+? in <[^>]*> and try this regex (base on this):
.+?
<[^>]*>
<[^>].+?>
c# .net regex demo