gpt4 book ai didi

ruby-on-rails - ruby rails : Converting "SomeWordHere" to "some word here"

转载 作者:数据小太阳 更新时间:2023-10-29 06:37:21 25 4
gpt4 key购买 nike

我知道你可以这样做:

"SomeWordHere".underscore.gsub("_", " ") 

得到“这里的一些话”。

我认为对于如此简单的事情来说可能有点太多了。是否有更有效的方法(也许是内置方法?)将“SomeWordHere”转换为“此处的某个词”?

最佳答案

alt text

方法underscorehumanize 是为表、类/包名称等之间的转换而设计的,您最好使用自己的代码进行替换以避免惊喜。查看评论。

"SomeWordHere".underscore => "some_word_here"

"SomeWordHere".underscore.humanize => "Some word here"

"SomeWordHere".underscore.humanize.downcase => "some word here"

关于ruby-on-rails - ruby rails : Converting "SomeWordHere" to "some word here",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2842444/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com