I've a textbox in an ASP.NET application, for which I need to use a regular expression to validate the user input string. Requirements for regex are -
- It should allow only one space between words. That is, total number of spaces between words or characters should only be one.
- It should ignore leading and trailing spaces.
Matches:
Non Matches:
- Test abc def
- Test abc --> I wanted to include multiple spaces between the 2 words. However the editor ignores these extra spaces while posting a question.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…