Skip to content

Instantly share code, notes, and snippets.

@weeksdev
Created December 26, 2013 21:57
Show Gist options
  • Save weeksdev/8139245 to your computer and use it in GitHub Desktop.
Save weeksdev/8139245 to your computer and use it in GitHub Desktop.
regExFindConsoleLogsNotCommented
(?<!//)(?>console.log)(.*)(?=;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment