I know I can check if a string contains another string like this
NSString *string = @\"hello bla bla\";
if ([string rangeOfString:@\"bla\"].location == NSNotFoun
Besides my cheating the my other question, here an idea how really to avoid time costly looping: Use Set computation magic!
isEqual: method to match for if a word is in the sentence (use sets there too!)NS(*)Set object