Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-04-14 15:38
Flavor·ECMAScript (JavaScript)

/
^[a-zA-Z]{2,50}\s[a-zA-Z]{2,50}(-[a-zA-Z]{2,50})?$
/
Open regex in editor

Description

Example: ANDA IVANOVA-KRIVONOGOVA

Submitted by KSrGEAR