German Driver's License Number

Prev Next

A German driver's license is a governmental privilege required for every type of motor vehicle. The minimum age to obtain a driving license is: 16 years for a restricted motorcycle, 17 years for a car with a legal guardian, 18 years for an unrestricted car, and 21 years for buses and cargo vehicles.

Validator

No validation

Matched expressions

Regex expressions

Description

Score

\b[0-9A-Z][0-9]{2}[0-9A-Z]{6}[0-9][0-9A-Z]\b

Matches an 11-character long alphanumeric string, where:

  • Character 1 is a digit from [0–9] or an alphanumeric character from [A-Z].

  • Character 2–3 is a digit from [0–9].

  • Character 4–9 is a digit from [0–9] or an alphanumeric character from [A-Z].

  • Character 10 is a digit from [0–9].

  • Character 11 is a digit from [0–9] or an alphanumeric character from [A-Z].

1



Ignored expressions

None