Regular Expressions 101

Community Patterns

Name with title

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([A-Z]|[a-z]|\s)+(,\s*(Jr\.|Sr\.|[IV]*))?$
/
gm

Description

Name with title

Submitted by anonymous - a year ago