Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 309 Bytes

File metadata and controls

17 lines (10 loc) · 309 Bytes

License Plate Validations

Check if a license plate is valid or not.

from sanatio import Sanatio

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

args: value

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