Regular Expressions 101

Community Patterns

Nome (facoltativo) e cognome italiano

1

Regular Expression
PCRE (PHP <7.3)

/
^\s*([a-zàèéìòù]+)??(?:\s+)?([a-zàèéìòù]+)??\s*(['-])?\s*([a-zàèéìòù]+)\s*$
/
gm

Description

no description available

Submitted by anonymous - 4 years ago