Skip to content

Instantly share code, notes, and snippets.

@kumarldh
Created October 7, 2017 05:11
Show Gist options
  • Save kumarldh/2977a3f31c6ec883bb94b40c5e7b9ba6 to your computer and use it in GitHub Desktop.
Save kumarldh/2977a3f31c6ec883bb94b40c5e7b9ba6 to your computer and use it in GitHub Desktop.
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