forzagreen / n2words

Convert numerical numbers to written numbers, in 25+ languages.
MIT License
87 stars 22 forks source link

Option to capitalize significant words #123

Closed ASutrick closed 1 year ago

ASutrick commented 1 year ago

For example, 122 is 'one hundred and twenty-two'. Could we get an option to have it return 'One Hundred and Twenty-Two'?

forzagreen commented 1 year ago

Hi @ASutrick , thank you for reporting. You are looking to have the result in title case. In my opinion, this is out of the scope of n2words, and should be done outside. You can easily find javascript functions that convert strings to title case.