我很高兴使用语言学来转换另一种方式,但我从未尝试过这种方式!
解决方法 看看 numbers_in_words GitHub项目.它似乎提供了您正在寻找的功能,至少对于英文数字字符串.从项目文档:
require 'numbers_in_words'require 'numbers_in_words/duck_punch'112.in_words#=> one hundred and twelve"Seventy million,five-hundred and fifty six thousand point eight nine three".in_numbers#=> 70556000.893总结
以上是内存溢出为你收集整理的ruby – 如何将单词转换为等效数字?全部内容,希望文章能够帮你解决ruby – 如何将单词转换为等效数字?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)