We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ee980e + 0c39abb commit 63ddd4aCopy full SHA for 63ddd4a
src/ZipCode/Validator.php
@@ -69,7 +69,7 @@ class Validator
69
'GR' => '[1-9]{1}[0-9]{4}',
70
'HR' => '[0-9]{5}',
71
'HU' => '\\d{4}',
72
- 'IE' => '(D6W|[A-HK-PR-TW-Y]{1}[0-9]{2})\\s[A-Z]{1}[A-Z0-9]{3}',
+ 'IE' => '(D6W|[A-Z]{1}[0-9]{2})\\s[A-Z]{1}[A-Z0-9]{3}',
73
'IT' => '\\d{5}',
74
'LT' => '\\d{5}',
75
'LU' => '[0-9]\\d{3}',
0 commit comments