Skip to content
Evan Moran edited this page Mar 14, 2014 · 3 revisions

Match comments // and /**/

/(?:\/\*(?:[\s\S]*?)\*\/)|(?:[\s;]+\/\/(?:.*)$)/gm

Match email in simple form [email protected]

/\S+\@\S+\.\S+/
Clone this wiki locally