[RegularExpression(@"^.{3}$", ErrorMessage="Code should be Only three Chracter Length!")]
Codes needs to support all alphabet character. I need to check my string length should be three alphabetic characters, but this is not working for me.
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.
For a Javascript regex match of exactly 3 alphabetic characters, you’d need: