gpt4 book ai didi

objective-c - Objective-C 中字符串中的空格数

转载 作者:行者123 更新时间:2023-12-03 20:24:12 24 4
gpt4 key购买 nike

如何在 Objective-C 中计算字符串中的空格数(例如“How are you?”)?

最佳答案

你可以这样做:

[[string componentsSeparatedByString:@" "] count]

此外,请参阅此问题以获取其他几个解决方案:Number of occurrences of a substring in an NSString?

关于objective-c - Objective-C 中字符串中的空格数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3481780/

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