numbers_in_words
numbers_in_words copied to clipboard
A ruby gem to convert numbers into English words and vice versa.
Hi! First of all thanks for this cool gem. I needed exactly this, something that can parse a numeric code - how a human would say it - to a...
Sorry, I'm not sure what the correct terminology to explain the issue below but it is likely something the library can improve upon NumbersInWords.in_numbers("half a million dollars") => 1000000 NumbersInWords.in_numbers("a...
I think that it will be awesome to support short names as `M`, `kk`, `MM` for `million`. What do you think?
see https://github.com/markburns/numbers_in_words/pull/6/files#r46365729
I think we should make it possible to raise exceptions in a strict mode
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...