Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-07-30 04:27
Flavor·PCRE2 (PHP)

/
^((?=.*[A-Z])(?=.*[a-z]).{3,16})(?:[\d]*)$
/
gm
Open regex in editor

Description

This code used to validate any email.

Submitted by anonymous