Skip to content

ajn/wordify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordify

Wordify converts Numerics into words (currently only British English format).

Example:

120345.in_words #=> "one hundred and twenty thousand, three hundred and fourty five"

And in tokens…

120345.in_words(:tokens => true) #=> "one two zero three four five"

About

Converts Numerics into words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published