Regular Expressions 101

Community Patterns

Strong Password

1

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

Support JS and PHP

Submitted by jodi@nusantarabetastudio.com - 2 years ago