Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-25 19:39
Flavor·PCRE2 (PHP)

/
(^[A-Za-z][A-Za-z0-9\.\-\_]+$)|(^[\w\-\.\+]+@([\w-]+\.)+[\w-]{2,4}$)
/
gm
Open regex in editor

Description

allow simple usernames starting with a letter, containing . - and _ or an email

Submitted by anonymous