Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-14 09:17
Flavor·PCRE2 (PHP)

/
^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{6,}$
/
gm
Open regex in editor

Description

Submitted by anonymous