Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-07-29 16:05
Flavor·ECMAScript (JavaScript)

/
^(|([A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+|([\w\s]+)<[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+>)((\s*\,\s*)([A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+|([\w\s]+)<[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+>))*)$
/
Open regex in editor

Description

List of EmailAddresses optionally allowing with personal i.e. "Personal Name person@example.org"

Submitted by anonymous