Skip to content

Instantly share code, notes, and snippets.

@heroic
Created February 28, 2011 03:03
Show Gist options
  • Save heroic/846876 to your computer and use it in GitHub Desktop.
Save heroic/846876 to your computer and use it in GitHub Desktop.
some inflections
var inflect = require('./inflector.js');
inflect.plural(/$/, 's')
inflect.plural(/s$/i, 's')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment