Menu

#8 anyMatchingRegexInArray: for RegexKit lite

open
5
2009-08-06
2009-08-06
Roger
No

something like anyMatchingRegexInArray:(NSArray *)regexArray would be a really great addition for regexkit lite.

doing something like

for (NSString * aString in mainDelegate.whiteListArray) {

if (![urlString isMatchedByRegex:aString]) {

is very slow, especially on the iPhone.

thanks in advance.

Reilly

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.