Generate a random vehicle registration plate matching the format used in a selected European country. Each click produces a new plate string built from that country’s letter-and-digit pattern.
How plates are formed
Patterns follow national conventions — for example Italy uses two letters, three digits, and two letters (AA123BB), Germany uses four letters plus three digits, and France uses two letters, three digits, and two letters separated by hyphens. Random letters and digits are drawn independently per segment until the template is complete.
When to use it
Populate mock traffic databases, UI screenshots, game assets, or QA fixtures that need realistic-looking plates without exposing real registration data.
Limitations
Output mimics format only. Plates are not registered with any motor-vehicle authority, may collide with real plates by chance, and omit checksums or province codes some countries embed in production systems. Only a subset of European formats is supported.
Example
Selecting Italy might produce AB123CD; selecting Germany might produce MABC 123, each matching that country's segment pattern rather than a shared universal format.