Wednesday, 2 October 2013

Regular Expression to Validate Plate Number

Regular Expression to Validate Plate Number

I'm looking for a regular expression that validates a plate number format.
The format are as follows:
7 characters
Should start with letter B
First three characters must be in alphabet
Fourth character must be dash (-)
Fifth to seventh character must be numbers

No comments:

Post a Comment