Regular Expressions 101

Community Patterns

List of one or more email, comma-separated

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:[\w\d\.]+@[\w\d\.]+\s*,\s*)*(?:[\w\d\.]+@[\w\d\.]+)?$
/
gm

Description

no description available

Submitted by igorsantos07 - 8 years ago