Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Last active December 17, 2015 23:39
Show Gist options
  • Save dsdstudio/5690997 to your computer and use it in GitHub Desktop.
Save dsdstudio/5690997 to your computer and use it in GitHub Desktop.
var regmap = {
nonargfuncreg:/(function)\s(\w*)\s\(\){/,
fnargreg:/(function)\s(\w*)\s\(([a-zA-Z,]*)\){/
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment