Case Insensitive comparison with matching subset

suggest change
// *** Case Insensitive comparison with matching subset ***
NSPredicate *filterByName = [NSPredicate predicateWithFormat:@"self.title CONTAINS[cd] %@",@"Tom"];
NSLog(@"Filter By Containing Name : %@",[array filteredArrayUsingPredicate:filterByName]);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NSPredicate:
*Case Insensitive comparison with matching subset

Table Of Contents