Regular Expressions 101

Community Patterns

First and Last name with unicode

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^[\p{L}'][ \p{L}'-]*[\p{L}]$
/
u

Description

regex with unicode

Submitted by anonymous - 3 years ago