Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1008495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:46:47+00:00 2026-05-16T08:46:47+00:00

I have a Regular Expression Validation for a Single Capital Letter, but it does

  • 0

I have a Regular Expression Validation for a Single Capital Letter, but it does not work.
When I put in a valid letter, I get the error message;

        [DisplayName("Contract Letter")]
        [RegularExpression("[A-Z]", ErrorMessage = "Must be a letter")]
        [Required(ErrorMessage = "A Letter is required")]
        public string ContractNo_Letter { get; set; }

I am only allowing the input of 1 letter.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:46:48+00:00Added an answer on May 16, 2026 at 8:46 am

    A couple of things to consider here:

    • The regular expression you have specified will evaluate to true provided that there is at least one letter from A-Z anywhere within the expression. For example: 8979*(&#$HJ will evaluate to true. To match exactly one letter, you can wrap your regex with the special characters: ^ (start of line), and $ (end of string).
    • Regular expressions in DataAnnotations are case-sensitive. To check both upper and lower-case letters, use [A-Za-z].

    So, to match a single letter without case sensitivity, use ^[A-Za-z]$.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 541k
  • Answers 541k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer First of all [emacs*+] doesn't make sense. Second, add more… May 17, 2026 at 3:01 am
  • Editorial Team
    Editorial Team added an answer Eclipse does compile it, otherwise it could not run it… May 17, 2026 at 3:01 am
  • Editorial Team
    Editorial Team added an answer How about testing for the existence of the exports object… May 17, 2026 at 3:01 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a regular expression that I use to reduce multiple slashes to single
My application is in ASP.NET 2.0 with C#. I have a regular expression validator
I have a regular expression that I have written in order to extract values
i have a validation in my .net textbox where it will take only numbers
I have a simple doc.xml file which contains a single root element with a
I have the following regex type in my xsd file: <xsd:simpleType name="Host"> <xsd:restriction base="xsd:string">
I have some code validating a string of 1 to 32 characters, which may
I have an text that consists of information enclosed by a certain pattern. The
I have a requirement where the client needs to validate a bunch of excel
I'm using monorail, activerecord, and jquery. I have a form with a zip code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.