some handy regexes, cuz regexes are hard for regular humans
find all console.log() | |
console\.log\((.*)\); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find all console.log() | |
console\.log\((.*)\); |