gpt4 book ai didi

Ruby 方法使像 'Hello World' 这样的字符串变成像 'hello_world'

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

Hello World 这样的字符串变成 hello_world 的 Ruby 方法是什么。

最佳答案

您不需要 Rails 助手。你可以用纯 ruby 来做。

'Hello World'.downcase.tr(' ', '_')
# => hello_world

关于Ruby 方法使像 'Hello World' 这样的字符串变成像 'hello_world',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5719944/

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