Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-26 15:36
Flavor·PCRE (Legacy)

/
^(?=.{8})(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=[\w\d[:punct:]]+$)
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous