Regular Expressions 101

Community Patterns

atleast one alphabet and only +_-@ specials

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?=.*[a-zA-Z])([^#$%^&*()\=\[\]{};':"\\|,.<>\/?]){6,60}$
/

Description

no description available

Submitted by anonymous - 3 years ago