Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-12 03:04
Flavor·PCRE2 (PHP)

/
^[a-z0-9]+[\._]?[a-z0-9]|[@]\w+[.]\w{2,3}$
/
gm
Open regex in editor

Description

Submitted by unknown