Skip to content

Instantly share code, notes, and snippets.

@robkuz
Created December 6, 2011 20:36
Show Gist options
  • Save robkuz/1439878 to your computer and use it in GitHub Desktop.
Save robkuz/1439878 to your computer and use it in GitHub Desktop.
function decapitalize(value)
{
return value.toLowerCase();
}
exports.decapitalize = decapitalize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment