Skip to content

Instantly share code, notes, and snippets.

@colelawrence
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colelawrence/3b74b921b5fa9475eec8 to your computer and use it in GitHub Desktop.
Save colelawrence/3b74b921b5fa9475eec8 to your computer and use it in GitHub Desktop.
Remove all console.log statements from JavaScript in Sublime, acknowledging quotes, newlines, and parenthesis
Ensure regex button is selected and then type this in the search field.
\s*console\.(log|warn|debug|info|count)\((?:[^("'`]+|(["'`])[^\1]*?\1|(\()[^\2]*\2)*?\);?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment