Last active
March 14, 2025 05:00
-
-
Save sachithrrra/7f65742df5dd604dde5aa291263f60d2 to your computer and use it in GitHub Desktop.
regex to delete all things on vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// console messages | |
console\.(log|warn|error|info|debug|trace|time|timeEnd|timeLog|table|count|countReset|group|groupEnd|groupCollapsed|assert|clear|dir|dirxml)\([\s\S]*?\);? | |
// comments | |
// .*$|/\*[\s\S]*?\*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment