Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-08-25 12:16
Updated·2023-08-25 12:21
Flavor·PCRE2 (PHP)

/
^((([A-Z]{3})\-([0-9]{4})|([A-Z]{2}) ([A-Z]{2})\-([0-9]{3})|([A-Z]{4})\-([0-9]{3})|([A-Z]{5})\-([0-9]{2})|([A-Z]{6})\-([0-9]{1})))$
/
mg
Open regex in editor

Description

All regular and vanity Hungarian plates are included. Special plates, police, ambulance, etc. are not included.

Submitted by gergelyfuzi