Regular Expressions 101

Community Patterns

Regex_Article

1

Regular Expression
PCRE (PHP <7.3)

/
^([a-zA-Z]{2}[0-9*?]*)
/

Description

Start with two letters and followed by any number of Integers

Submitted by S - 9 years ago