Regular Expressions 101

Community Patterns

VehicleNumber

1

Regular Expression
PCRE (PHP <7.3)

/
^[A-Za-z]{2}[0-9]{2}[A-Za-z]{1,2}[0-9]{1,4}
/
gmi

Description

Local Indian Vehicle Number

Submitted by anonymous - 8 years ago