gpt4 book ai didi

ruby - 检查字符串是否以 Ruby 中的 X 字母开头

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

如何在 Ruby 中检查字符串以给定字母开头?

最佳答案

您可以使用 String#start_with?方法

'String'.start_with? 'S'
=> true

您还可以列出 beginning 的可能变体

'String'.start_with? 'E', 'S'
=> true

关于ruby - 检查字符串是否以 Ruby 中的 X 字母开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10635910/

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