Last active
August 1, 2022 11:29
-
-
Save relliv/a11212b84b85b8e3c8ef1820143ce6ab to your computer and use it in GitHub Desktop.
Clear comment tags regex in HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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