regex remove html comment

44

regex remove html comment -

<!-- I'm an HTML comment - remove me with the following regex expression-->
<!--(.*?)-->.

regex expression: <!--(.*?)-->

Comments

Submit
0 Comments