Skip to content

Instantly share code, notes, and snippets.

@fivedoor-gists
Created October 3, 2019 15:22
Show Gist options
  • Save fivedoor-gists/839f82d6bb098d3abe543fdcdd10d588 to your computer and use it in GitHub Desktop.
Save fivedoor-gists/839f82d6bb098d3abe543fdcdd10d588 to your computer and use it in GitHub Desktop.
email-remove_comments-regex
(?s)<!--(?!<!)[^\[>].*?-->
Not including conditional comments
https://stackoverflow.com/questions/1084741/regexp-to-strip-html-comments/29194283
https://www.jamesfawcett.co.uk/removing-comments-code-sublime-text/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment