Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-03-13 20:11
Flavor·PCRE2 (PHP)

/
(([(_)a-zA-Z0-9\.\-]{1,})(@)([a-zA-Z0-9\-]+)(\.)([a-zA-Z]{2,3})((\.)([a-z]{2,3}))?)
/
gm
Open regex in editor

Description

matches on emails.. try it

Submitted by Singh