Community Patterns

Community Library Entry

2

Regular Expression
Created·2016-04-19 20:24
Flavor·PCRE (Legacy)

/
^([a-z]+)(\s)?([a-z]*)
/
i
Open regex in editor

Description

This just checks for case insensitive first name, last name, or both.

Submitted by Josh Garnick