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