Skip to content

Instantly share code, notes, and snippets.

Created December 23, 2013 15:23
Show Gist options
  • Save anonymous/8098886 to your computer and use it in GitHub Desktop.
Save anonymous/8098886 to your computer and use it in GitHub Desktop.
Regular Expression To Find console.logs that are not commented out
(?<!//)(?>console.log)(.*)(?=;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment