Skip to content

Instantly share code, notes, and snippets.

@sursir
Last active September 11, 2015 03:36
Show Gist options
  • Save sursir/d945425e1e84fab60d01 to your computer and use it in GitHub Desktop.
Save sursir/d945425e1e84fab60d01 to your computer and use it in GitHub Desktop.
matchConsoleLog.reg
// 匹配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