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

  • SEARCH
  • Home
  • 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 4347182
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T12:16:18+00:00 2026-05-21T12:16:18+00:00

Hello friends In my application I want to customize regular expression in such a

  • 0

Hello friends
In my application I want to customize regular expression in such a way that it will allow character and dot only. For eg. I could be be able to enter M.C.A or MCA any of these. For this task how to customize regular expression? I tried [a-zA-Z] followed by\ and dot in side bracket but is not working.
I also tried [ABCD] just for testing but it shows invalid text for ABC.
What might be the reason????
Thanks to all…

  • 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-21T12:16:19+00:00Added an answer on May 21, 2026 at 12:16 pm

    You will need to escape the dot as in regex it normally means ‘any character’

    [a-zA-Z\.]+
    

    in c# you will need to deinfe the regex string as follows:

    var r = @"[a-zA-Z\.]+";
    

    Edit based on comment:

    <asp:TextBox ID="qualificationBox" runat="server" Width="250px"></asp:TextBox>
    <asp:RegularExpressionValidator ID="NameRequiredValidator" runat="server" 
     ErrorMessage="Please Enter Name" ControlToValidate="qualificationBox" 
     ValidationExpression="[a-zA-Z\.]+"></asp:RegularExpressionValidator>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello friends I want when user checked the radio box then the text will
Hello good morning friends, I am working for the application that required login/logout funcationality.
Hello Friends I want to know is there any way we can open or
Possible Duplicate: iPhone development on Windows Hello friends, I Want To Know that Is
Hello Friends check my code http://jsfiddle.net/sUaky/2/ i want to load a web page in
hello friends i want to use toggle on <li> when one <li> is open
Hello friends i want to add more effects on my div when i click
hello friends i am trying to get a list of user id and want
Hello friends i am a total beginner in c#. I want to read numbers
Hello friends I am developing application in which view has one textField & 2

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.