I would require a RegEx in .NET in such a way that to remove the commented lines in HTML page/code where ever the tag finds as commented portion or code.
For reference:
<!--loop output-------end-->
I want to remove the portion of commented code/line as above using RegEx.
Provide me a RegEx for the same.