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

stipsan/String.Inflector.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published