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 2
Title Test Details Email Validations
Expression
^([a-zA-Z0-9][a-zA-Z0-9_]*(\.{0,1})?[a-zA-Z0-9\-_]+)*(\.{0,1})@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|([a-zA-Z0-9\-]+(\.([a-zA-Z]{2,10}))(\.([a-zA-Z]{2,10}))?(\.([a-zA-Z]{2,10}))?))[\s]*$
Description
Validates almost all email addresses. Tested and running fine on a major web portal
Matches
Non-Matches
Author Rating: Not yet rated. Gauri Karlekar
Title Test Details Only Characters
Expression
/^[a-zA-Z\s]+$/
Description
Accepts only characters in small and caps.
Matches
test | TEST | Test
Non-Matches
1Test
Author Rating: Not yet rated. Gauri Karlekar
   Displaying page 1 of 1 pages; Items 1 to 2

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