Regular Expressions 101

Community Patterns

[A-Z]+[a-z]{1,2}[0-9]*

-2

Regular Expression
PCRE (PHP <7.3)

/
[A-Z]+[a-z]{1,2}[0-9]*
/

Description

no description available

Submitted by anonymous - 10 years ago