Case Insensitive comparison with exact title match

suggest change
// *** Case Insensitive comparison with exact title match ***
NSPredicate *filterByNameCIS = [NSPredicate predicateWithFormat:@"self.title LIKE[cd] %@",@"Tom and Jerry"];
NSLog(@"Filter By Name(CIS) : %@",[array filteredArrayUsingPredicate:filterByNameCIS]);

Feedback about page:

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


NSPredicate:
*Case Insensitive comparison with exact title match

Table Of Contents