Regular Expressions 101

Community Patterns

qwert1

1

Regular Expression
PCRE (PHP <7.3)

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

Description

6 character with 1 number and alphabet

Submitted by anonymous - 8 years ago