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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:28:10+00:00 2026-06-07T08:28:10+00:00

In my web application, I have text box where the user should enter characters

  • 0

In my web application, I have text box where the user should enter characters ranging from 5 to 200 characters.

The problem is – when the user eneter 5 whitespaces continuously and saves the entry, it is getting saved successfully.

I should BLOCK the user to enter the ‘whitespaces’ continously (or white spaces alone).

But I can allow single whitespace (like ‘customer table’, customer table’).

But I can allow the user to enter white spaces with character. Also I dont want the name starting with space.

Can anyone please help me in getting the REGEX for the above condition?

  • 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-06-07T08:28:12+00:00Added an answer on June 7, 2026 at 8:28 am

    ^\S+(\s\S+)*$

    This regexp should do what you want. It accepts non-empty strings starting with and ending with non-whitespace characters, and only with a single whitespace between words.

    You should check for total string length separately.

    Note that you need to escape the \ in Java.

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

Sidebar

Related Questions

In my web application, I have a text box. The user should enter a
I have a Asp.net MVC web application, containing mostly text. I want to put
Hi All, I have a web-view in my application which displays some text with
In my web application i have registration form, when user register i want to
I am building a web application where I have to read some values from
In a pretty typical scenario, I have a 'Search' text box on my web
I have a text area in my ASP.NET web application that is used to
I have a ListView in an ASP.NET web application. When a user clicks the
In my web application, I have users input a date in a simple textbox.
I have one question; In my ASP.NET MVC web application have to do certain

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.