Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^([\p{L}]+([-'][\p{L}]+)*)+( [\p{L}]+([-'][\p{L}]+)*)*$
/
gm

Description

Validación de nombres con todas las posibilidades de Chile.

Submitted by Pablo - 5 months ago