Regular Expressions 101

Community Patterns

Names

-1

Regular Expression
PCRE (PHP <7.3)

/
([A-Z][\w]* [A-Z][\w]*)
/

Description

Just checks for two capitalized words separated by a string

Submitted by anonymous - 8 years ago