Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-29 12:47
Flavor·PCRE (Legacy)

/
^[a-zA-Z]+[\'-]{0,1}[a-zA-Z]+$
/
i
Open regex in editor

Description

Names that accept maximum of 1 hyphen or 1 Quote, does not allow white spaces, allows an unlimited length of name.

Submitted by chakra_tavy