Created
October 21, 2018 20:00
-
-
Save hadongsoo/273d5daeebcfcac4e9b11343731600d4 to your computer and use it in GitHub Desktop.
html comment in regex
This file contains 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
// get comment 2 types | |
/\*(.*?)\*\/ \n | |
\/\/(.*)\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment