Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Last active November 14, 2017 23:49
Show Gist options
  • Save Noitidart/9444208 to your computer and use it in GitHub Desktop.
Save Noitidart/9444208 to your computer and use it in GitHub Desktop.
regex pattern for release

Find: ^.*?console\.(warn|info|log|error|exception).*?$ Replace with: ``

@Noitidart
Copy link
Author

vscode

remove all console. lines:

.*?console.*
replace with: ``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment