Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-03 00:32
Updated·2022-01-03 00:34
Flavor·Python

r"
((?=\S*?[A-Z])(?=\S*?[^\w\s])(?=\S*?[a-z])(?=\S*?[0-9]).{8,})\S
"
gm
Open regex in editor

Description

8 char 1 special char 1 number char 1 lower char 1 upper char

Submitted by you