Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-02-04 22:48
Flavor·Python

r"
(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[\u0020-\u002f\u003A-\u0040\u005B-\u0060\u007B-\u007E]).{8,}
"
gmu
Open regex in editor

Description

Strong passwords validator.

Submitted by anonymous