Community Patterns

Community Library Entry

5

Regular Expression
Created·2016-03-24 09:04
Flavor·Python

r"
^.*(?=.{8,32})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!?@#$%^&*()\-+|=}{/:;",'\]\[_\~<>€£¥•\\]).*$
"
g
Open regex in editor

Description

no description available

Submitted by anonymous