I use this regex in combination with asp:RequiredFieldValidator to force user to enter minimum 7 characters:
[0-9a-zA-Z]{7,}
But when user enter non letter @, ., – etc then this doesn’t work.
How to enable to enter all characters and minimum 7
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.
Try this
Regexexpression: