Skip to content

Instantly share code, notes, and snippets.

@relliv
Last active August 1, 2022 11:29
Show Gist options
  • Save relliv/a11212b84b85b8e3c8ef1820143ce6ab to your computer and use it in GitHub Desktop.
Save relliv/a11212b84b85b8e3c8ef1820143ce6ab to your computer and use it in GitHub Desktop.
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