Last active
September 11, 2015 03:36
-
-
Save sursir/d945425e1e84fab60d01 to your computer and use it in GitHub Desktop.
matchConsoleLog.reg
This file contains 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 | |
/console\.(log|error)*\(.*\);$/ | |
// 匹配整行console | |
/\n *console\.(log|error)+\(.*\); *$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment