geongeorge / i-hate-regex

The code for iHateregex.io 😈 - The Regex Cheat Sheet
https://iHateRegex.io
4.5k stars 320 forks source link

Add regex for matching comments #61

Open Huy-Ngo opened 4 years ago

Huy-Ngo commented 4 years ago

By comments I mean comments in code, such as

// single line comment
/** multi
* line
* comment
*/