Regular Expressions 101

Community Patterns

BAD: Last-Name-Pattern

0

Regular Expression
PCRE (PHP <7.3)

/
^(?!\s*$)\s?\p{L}[\p{L}\s\()-]{2,20}$
/

Description

no description available

Submitted by anonymous - 6 years ago