-1

I need to convert numbers to their text form, I did this a while ago but I believe there should be a good library for this.

example

123 = "One Hundred Twenty Three"
Luiscencio
  • 3,855
  • 13
  • 43
  • 74

1 Answers1

1

This code golf answer might be of some use.

Community
  • 1
  • 1
Brandon
  • 68,708
  • 30
  • 194
  • 223