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 891007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:49:25+00:00 2026-05-15T13:49:25+00:00

this is my group annotation attributes [RegularExpression(@^[a-zA-Z0-9 _]*$, ErrorMessage = Cannot Contains other characters

  • 0

this is my group annotation attributes

    [RegularExpression(@"^[a-zA-Z0-9 _]*$", ErrorMessage = "Cannot Contains other characters ")]
    public string vcr_GroupName { get; set; }

i want to allow only two spaces in my textbox in regular expression ,how would i do that

  • 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-15T13:49:26+00:00Added an answer on May 15, 2026 at 1:49 pm

    If you want to prevent 50 spaces, then just trim the content and make sure it’s non blank?

    Anyway, note that this: [a-zA-Z0-9 _] is written shorter as [\w ]

    To use regex to only allow two spaces maximum, you can do:

    ^\w+(?: \w+){0,2}$
    

    (The (?: ) part is a non-capturing group, whilst the {0,2} says repeat 2 or 1 or 0 times.)

    This will also require that the first and last characters are not spaces.

    (You might want something slightly different depending on your exact rules.)

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

Sidebar

Related Questions

I have a large string that contains fixed value fields, this group of fields
I have a [Range] annotation that looks like this: [Range(0, 100)] public int AvailabilityGoal
public class GroupWithSpecificOptionsNotFoundException : Exception { public GroupWithSpecificOptionsNotFoundException(string place, Dictionary<string, string> options) : base(string.Format(Group
I have a group of shapes like this: Group g = new Group(); Rectangle
How can ı add row numbers like this: GROUP 1 RowNumber ID Name Age
I have a crystal report that is like this: Group By Property.ID Group By
I installed java on my machine and I wanted to compile this group of
how can I split this barcode by group separator with Progress? I've tried chr(29)
I have a table like this: name code group john 12 smith 15 how
I have a table like this one: id group value 1 GROUP A 0.641028

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.