regex remove html comment

Solutions on MaxInterview for regex remove html comment by the best coders in the world

showing results for - "regex remove html comment"
Vanessa
05 Mar 2019
1<!-- I'm an HTML comment - remove me with the following regex expression-->
2<!--(.*?)-->.
3
4regex expression: <!--(.*?)-->