RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details String and dot
Expression
^[a-zA-Z0-9\.\s]{3,}$
Description
This expression check the input of simple text string from a-z,A-Z and number from 0 to 9 and the dot(.). But the minimum insert is of 3 character.
Matches
abc.123 | .abc | 123.
Non-Matches
12 | a1 | @#%&£"^
Author Rating: Not yet rated. Lucasweb
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials