Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-03-21 21:37
Flavor·PCRE (Legacy)

/
^(?=.*[A-Za-z])(?=.*\d)(?=.*[&-+!*$@%_])([&-+!*$@%_\w]{8,15})$
/
gm
Open regex in editor

Description

1 lettre, 1 chiffre, 1 caractère spécial au moins Chaine comprise entre 8 et 15 caractères

^(?=.[A-Za-z])(?=.\d)(?=.[&-+!$@%])([&-+!*$@%\w]{8,15})$

Submitted by anonymous