Skip to content

Commit

Permalink
North Ireland add
Browse files Browse the repository at this point in the history
North Ireland (XI) has the same syntax of GB.
  • Loading branch information
HartLarsson authored Oct 13, 2022
1 parent 037aa84 commit 453f64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vatchecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Vatchecker extends Module
'SE' => '(SE)?[0-9]{12}', # Sweden
'SI' => '(SI)?[0-9]{8}', # Slovenia
'SK' => '(SK)?[0-9]{10}', # Slovakia
'XI' => '(XI)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})' # North Ireland
);

/**
Expand Down

0 comments on commit 453f64d

Please sign in to comment.