Regular Expressions 101

Community Patterns

Learn regex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
[a-z]+@[a-z]+\.[a-z]+
/
gm

Description

Learn regex

Submitted by Supermen - 2 years ago