Skip to content
This repository was archived by the owner on Mar 30, 2018. It is now read-only.

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

String.Inflector

Extends the String native with inflector methods, like pluralize and singularize.

Screenshot

How to Use

Pluralize

#JS
"cookie".pluralize(); // "cookies"

Singularize

#JS
"databases".singularize(); // "database"

isSingular and isPlural

#JS
"tools".isSingular(); // false
"tools".isPlural();   // true

About

Extends the String native with inflector methods, like pluralize and singularize.

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors