Faker().drivingLicense

Dictionary file
en:
  faker:
    driving_license:
      usa:
        alabama:
          - '######'
          - '#######'
          - '########'
        alaska:
          - '#######'
          - '######'
        arizona:
          - '?########'
          - '#########'
        arkansas:
          - '########'
          - '#########'
        california:
          - '?#######'
        colorado:
          - '#########'
          - '?######'
          - '??#####'
        connecticut:
          - '#########'
        delaware:
          - '######'
          - '#######'
        district_of_columbia:
          - '#######'
          - '#########'
        florida:
          - '?############'
        georgia:
          - '#######'
          - '########'
          - '#########'
        hawaii:
          - '?########'
          - '#########'
        idaho:
          - '??######'
          - '?#########'
        illinois:
          - '?###########'
          - '?############'
        indiana:
          - '?#########'
          - '#########'
          - '##########'
        iowa:
          - '#########'
          - '###??####'
        kansas:
          - '?#?#?'
          - '?########'
          - '#########'
        kentucky:
          - '?########'
          - '?#########'
          - '#########'
        louisiana:
          - '########'
          - '#########'
        maine:
          - '#######'
          - '#######?'
          - '########'
        maryland:
          - '?############'
        massachusetts:
          - '?########'
          - '#########'
        michigan:
          - '?##########'
          - '?############'
        minnesota:
          - '?############'
        mississippi:
          - '#########'
        missouri:
          - '?#########'
          - '?######R'
          - '########??'
          - '#########?'
          - '#########'
        montana:
          - '?########'
          - '#########'
          - '#############'
          - '##############'
        nebraska:
          - '?######'
          - '?#######'
          - '?########'
        nevada:
          - '#########'
          - '##########'
          - '############'
          - 'X########'
        new_hampshire:
          - '##???#####'
        new_jersey:
          - '?##############'
        new_mexico:
          - '########'
          - '#########'
        new_york:
          - '?#######'
          - '?##################'
          - '########'
          - '##########'
          - '################'
          - '????????'
        north_carolina:
          - '##########'
          - '############'
        north_dakota:
          - '???######'
          - '#########'
        ohio:
          - '?########'
          - '??#######'
          - '########'
        oklahoma:
          - '?#########'
          - '#########'
        oregon:
          - '########'
          - '#########'
        pennsylvania:
          - '########'
        rhode_island:
          - '#######'
          - '?######'
        south_carolina:
          - '########'
          - '#########'
          - '##########'
          - '###########'
        south_dakota:
          - '########'
          - '#########'
          - '##########'
          - '############'
        tennessee:
          - '#######'
          - '########'
          - '#########'
        texas:
          - '#######'
          - '########'
        utah:
          - '#########'
          - '##########'
        vermont:
          - '########'
          - '#######A'
        virginia:
          - '?########'
          - '?#########'
          - '?##########'
          - '?###########'
          - '#########'
        washington:
          - '???????#####'
          - '????????####'
          - '?????????###'
          - '??????????##'
          - '???????????#'
          - '????????????'
          - '???????####*'
        west_virginia:
          - '#######'
          - '?######'
          - '??#####'
        wisconsin:
          - '?#############'
        wyoming:
          - '#########'
          - '##########'
Available Functions
// `#` represents a random digit
// `?` represents a random letter
Faker().drivingLicense.license() // => ######
Faker().drivingLicense.licenseByState("district_of_columbia") // => #######