License Plate Validations

Check if a license plate is valid or not.

from sanatio import Validator

val = Validator()
isLicensePlate() - Check if a license plate is valid or not.

args: value

>>> val.isLicensePlate('UP12AB1234')
True