I hope it can be done with “NSPredicate”. I have array of strings in thousands and i want to split into array using string length. i.e. Strings with length 2 will come into an array. Strings with length 3 will come in an array so on. Is it possible using “NSPredicate”. I checked NSPredicate Class Reference. But could not find useful example.
Thanks
Neal
I hope following code solve your problem.