Case sensitive with exact title match

suggest change
// *** Case sensitive with exact title match ***
NSPredicate *filterByNameCS = [NSPredicate predicateWithFormat:@"self.title = %@",@"Tom and Jerry"];
NSLog(@"Filter By Name(CS) : %@",[array filteredArrayUsingPredicate:filterByNameCS]);

Feedback about page:

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


NSPredicate:
*Case sensitive with exact title match

Table Of Contents