Skip to content

Instantly share code, notes, and snippets.

@mmckegg
Created May 30, 2013 03:05
Show Gist options
  • Save mmckegg/5675505 to your computer and use it in GitHub Desktop.
Save mmckegg/5675505 to your computer and use it in GitHub Desktop.
Regexp to find trailing commas in javascript files that throw errors in IE and destroy everything!
,\s*\n+(\s*\/\/.*\n)*\s*[\}\)\]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment