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 E-Mail Pattern
Expression
^ *(([\.\-\+\w]{2,}[a-z0-9])@([\.\-\w]+[a-z0-9])\.([a-z]{2,3})) *(; *(([\.\-\+\w]{2,}[a-z0-9])@([\.\-\w]+[a-z0-9])\.([a-z]{2,3})) *)* *$
Description
This Expression Validates a string of Email Adresses which are sepereated with one of these[,.] and can have several white spaces between the delimeters. everything can be read out of groups ^ *(?<FirstEmail>(?<Firstusername>[\.\-\+\w]{2,}[a-z0-9])@(?<FirstProvider>[\.\-\w]+[a-z0-9])\.(?<Firstnamespace>[a-z]{2,3})) *(; *(?<EmailList>(?<UsernameList>[\.\-\+\w]{2,}[a-z0-9])@(?<ProviderList>[\.\-\w]+[a-z0-9])\.(?<namespaceList>[a-z]{2,3})) *)* *$ Must cointain at least 3 char before@, 2char after @ and 2-3 char(a-z) as CountryID. If you don't want to validate and 'just' look for Valid E-mail addresses simply remove the first "^" and the last "$", or remove the optional part after first "{2,3})) *"
Matches
Non-Matches
Author Rating: Not yet rated. Rafael Timmerberg
   Displaying page 1 of 1 pages; Items 1 to 1

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