Can someone please give regular expression for a word, which should have:
- length in the range of 6 to 10
- It must be a combination of alphanumeric, numeric and special character (non-alphanumeric character)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So in other words, all characters are allowed, but at least one letter, one digit, and one “something else” character is required?
I wouldn’t impose a maximum length restriction on a password, though…
Explanation: