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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find 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
Source Rafael Timmerberg
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