Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-26 01:44
Flavor·JavaScript

/
^(?=.*[a-z])(?=.*[0-9])[a-zA-Z]{1}(?=.*[A-Z])[0-9A-Za-z]{5,31}$
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous