Answers for "regex replace html comment"

1

regex remove html comment

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

regex expression: <!--(.*?)-->
Posted by: Guest on April-07-2021
0

regex find html comment

<!--(.*?)-->
Posted by: Guest on April-07-2021

Browse Popular Code Answers by Language