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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:02:38+00:00 2026-05-21T11:02:38+00:00

I have different cases: No spaces allowed at all No spaces allowed at the

  • 0

I have different cases:

  1. No spaces allowed at all
  2. No spaces allowed at the beginning or the end of the string only

..A little question, is it good to check (to validate) the input for spaces through the RegEx of the RegularExpressionValidator ?

  • 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-21T11:02:39+00:00Added an answer on May 21, 2026 at 11:02 am

    In your previous question, you mentioned you wanted from 0 to 50 characters. If that’s still the case, here’s what you want:

    /^\S{0,50}$/
    /^(?!\s).{0,50}(?<!\s)$/
    

    As of right now, I think these are the only regexes posted that allow for less than one letter with the first pattern, and less than two letters with the second pattern.

    Regexes are not a “bad” thing, they’re just a specialized tool that isn’t suited for every task. If you’re trying to validate input in ASP.NET, I would definitely use a RegularExpressionValidator for this particular pattern, because otherwise you’ll have to waste your time writing a CustomValidator for a pretty meager performance boost. See my answer to this other question for a little guidance on when and when not to use regex.

    In this case, the reason I’d use a regex validator has less to do with the pattern itself and more to do with ASP.NET. A RegularExpressionValidator can just be dragged and dropped into your ASPX code, and all you’d have to write would be 10-21 characters of regex. With a CustomValidator, you’d have to write custom validation functions, both in the codebehind and the JavaScript. You might squeeze a little more performance out of it, but think about when validation comes into play: only once per postback. The performance difference is going to be less than a millisecond. It’s simply not worth your time as a developer — to you or your employer. Remember: Hardware is cheap, programmers are expensive, and premature optimization is the root of all evil.

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

Sidebar

Related Questions

different programming languages have different features or lack certain features. Design patterns are a
You can have different naming convention for class members, static objects, global objects, and
Windows Mobile devices have different behaviour for suspending when the device is on battery
I have noticed over the years that different developers have different criteria for what
When I have two mysql servers that have different jobs (holding different databases) but
Since I'm sure many people have different standard, I've made this post a community
I'm working on a SaaS application where each customer will have different configurations depending
I need to write a program used internally where different users will have different
I have several different c# worker applications that run various continuous tasks: sending emails
I have two different ways of displaying items in a WPF application. The first

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.