Skip to content

Commit

Permalink
Add validation of XI (Northern Ireland) (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinknor committed Oct 27, 2022
1 parent 72acbef commit 9f28d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class Validator
'RO' => '\d{2,10}',
'SE' => '\d{12}',
'SI' => '\d{8}',
'SK' => '\d{10}'
'SK' => '\d{10}',
'XI' => '\d{9,12}|(GD|HA)\d{3}'
);

/**
Expand Down

0 comments on commit 9f28d95

Please sign in to comment.