Skip to content

Commit 63ddd4a

Browse files
authored
Merge pull request #27 from crazyfactory/10453-Postcode-Validator-fix
fix(Validator.php): fix FORMATS for IE
2 parents 2ee980e + 0c39abb commit 63ddd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZipCode/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Validator
6969
'GR' => '[1-9]{1}[0-9]{4}',
7070
'HR' => '[0-9]{5}',
7171
'HU' => '\\d{4}',
72-
'IE' => '(D6W|[A-HK-PR-TW-Y]{1}[0-9]{2})\\s[A-Z]{1}[A-Z0-9]{3}',
72+
'IE' => '(D6W|[A-Z]{1}[0-9]{2})\\s[A-Z]{1}[A-Z0-9]{3}',
7373
'IT' => '\\d{5}',
7474
'LT' => '\\d{5}',
7575
'LU' => '[0-9]\\d{3}',

0 commit comments

Comments
 (0)