Skip to content

Instantly share code, notes, and snippets.

@relliv
Last active August 1, 2022 11:29
Clear comment tags regex in HTML
// clear comment tags regex
([ \n]+.|\n)?<!--[ ]+(.*)-->
// https://regex101.com/r/W6GLaQ/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment