Check whether an NSString contains a special character and a digit

Viewed 15172

I need to check whether a string contains one uppercase letter, one lower case letter, one integer and one special character. How do I check?

5 Answers
Related