gpt4 book ai didi

ruby-on-rails - 用 ' & ' 替换字符串中的最后一个逗号 - Ruby

转载 作者:太空宇宙 更新时间:2023-11-03 17:20:58 25 4
gpt4 key购买 nike

我正在尝试将任何给定字符串中的最后一个逗号 (', ') 替换为 ' & '

我不想使用任何正则表达式。

是否有一些我可以使用的方法来实现以下伪代码:

find last x in string
replace last x with y

最佳答案

sub 方法仅替换第一次出现的位置,因此您可以再次reversesubreverse

“Ruby on Rails, Ruby, String, Replace”.reverse.sub(',', '& ').reverse

关于ruby-on-rails - 用 ' & ' 替换字符串中的最后一个逗号 - Ruby,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42330330/

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