i have to check if an id is valid to register an user in the system. I have been reading about the class NSPredicate in order to do this.
However, i don’t know how to build the next pattern:
A valid id has to be composed by 8 numbers and one final letter. Can anyone help me with that?
Thanks
Try this out (untested):