gpt4 book ai didi

iphone - 字符串中的子串整数

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

如何从字符串(我从 Sensex 网站获取)中提取整数值?

喜欢:我得到一些值,例如“SENSEX:18446.5 * 623.10 (3.50)”,我需要的值是18446.5。在java中我可以通过使用subString方法来做到这一点。如何在 Objective C 中做到这一点?

谢谢:)

最佳答案

如果你想使用子字符串,可以在 NSString 上应用 3 种方法:

- (NSString *)substringFromIndex:(NSUInteger)from;
- (NSString *)substringToIndex:(NSUInteger)to;
- (NSString *)substringWithRange:(NSRange)range;

关于iphone - 字符串中的子串整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5154396/

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