Regular expression to remove HTML comments code example
Example: regex remove html comment
<!-- I'm an HTML comment - remove me with the following regex expression-->
<!--(.*?)-->.
regex expression: <!--(.*?)-->
<!-- I'm an HTML comment - remove me with the following regex expression-->
<!--(.*?)-->.
regex expression: <!--(.*?)-->