Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*[\!\@\#\$\%\^\&\*\(\)\[\]\{\}\`\~\|\\\/\?\>\<\.\,\:\;\'\"]).{1,20}
/

Description
Created·2016-06-29 08:14
Type·Match
Flavor·PCRE (Legacy)

Match at least one upper case, lower case and digit between 1 and 20 length with no special characters

Submitted by Anonymous
Open Workspace