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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find 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
Source ^[a-zA-Z0-9\.\s]{3,}$
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

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