License Plate Validations ========================= Check if a license plate is valid or not. .. code:: python from sanatio import Sanatio val = Sanatio() :code:`isLicensePlate()` - Check if a license plate is valid or not. args: value >>> val.isLicensePlate('UP12AB1234') True