Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
^([A-Z]{3,7})((\s[A-Z]{0,3})?(\s[A-Z]{4,}))?$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago