Regular Expressions 101

Community Patterns

Full name with non-latin characters

0

Regular Expression
ECMAScript (JavaScript)

/
^([\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEFA-Za-z. \-]{0,55})$
/
g

Description

no description available

Submitted by anonymous - 6 years ago