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 I was writing a Regular Expression (first time in my life I might
hello friends i am developing one intranet application called human resource information system using
Hello friends I am developing application in which view has one textField & 2
Hello Friends I want to upload a image but according to requirement when click
I'm a Java beginner. I already created a simple GUI application that display will
Hello I am working with a simulator that uses rcS scripts to boot, this
Hello we have an SQL server application running over a low bandwith connection. We
Hello friends i need a book/ tutorials for rails without using scoffold. All the
Hello my friend is currently development an application using SOA Architecture, He sent me
I'm an email n00b but I am working on an application that sends HTML

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.