Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-06-20 15:00
Flavor·PCRE2 (PHP)

/
^(?=.{1,40}$)[a-zA-Z]+(?:[\s]+([a-zA-Z]*)?+)*$
/
gm
Open regex in editor

Description

This Regex is for first name and last name with multiple spaces

Submitted by Tej