Skip to content

jorjuela33/Inflector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inflector

Easily way to pluralize and singularize swift strings.

println("item".pluralize())
println("items".singularize())

The code above will print "items" and "item", Is easy as that.

About

An Swift implementation of Inflector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages