helo frds i want the validation that my password should contain atleast one capital and small letters else diosplay error.code is attached
Use regular expressions and the following regexp snippet: /A-Z/ Code (markup): If it returns false, no capitals letters are in use