Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-08 10:52
Flavor·PCRE2 (PHP)

/
(?<=[ ;|,:]|^)([A-Z\.\-a-z1-9]+@[A-Za-z1-9]+?\.[A-Za-z1-9\.]+?)(?=[ ;|,:]|$)
/
gm
Open regex in editor

Description

Select emails from a string

Submitted by anonymous