gpt4 book ai didi

objective-c - objective-c :componentsSeperatedByRegex

转载 作者:行者123 更新时间:2023-12-01 19:27:45 24 4
gpt4 key购买 nike

可能有一些简单的答案,但我找不到。我正在使用RegexKitLite在我的iPhone应用程序中操作一些NSString。我想从网页的整个HTML源中获取一组链接。我希望它返回链接数组,而不是其余部分。

我的代码:

NSString *regex = @"[0-9]{1,}.htm";
for (NSString *match in [sourcePage componentsSeperatedByRegex: regex]{
NSLog (@"%@", match); // Just to debug, will use data later.
}

这里的问题是,整个页面都是一小段返回的,但完全没有我想要的字符串。
任何帮助表示赞赏!

最佳答案

请改用-componentsMatchedByRegex:

关于objective-c - objective-c :componentsSeperatedByRegex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5823400/

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