We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184d3ee commit 747643aCopy full SHA for 747643a
src/VatValidator.php
@@ -16,6 +16,7 @@ class VatValidator
16
'AT' => 'U[A-Z\d]{8}',
17
'BE' => '(0\d{9}|\d{10})',
18
'BG' => '\d{9,10}',
19
+ 'CH' => '^\d{6}$|^[E]\d{9}\s?(TVA|MWST|IVA)$',
20
'CY' => '\d{8}[A-Z]',
21
'CZ' => '\d{8,10}',
22
'DE' => '\d{9}',
0 commit comments