module FFaker::IdentificationIT

def drivers_license

def drivers_license
  FFaker::String.from_regexp(/U1[1-9]\d{7}[A-Z]/)
end