Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-11-05 20:55
Flavor·PCRE (Legacy)

/
[a-zA-Z]+-?[a-zA-Z]+\s[a-zA-Z]+\s[a-zA-Z]+-?[a-zA-Z]+
/
g
Open regex in editor

Description

Validates a first middle and last name with hyphens as a single string

Submitted by Keith Johnson