From b0a9265a6409ab6abfe9d27199c0573e10e2c152 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 22 Dec 2023 16:11:59 +0100 Subject: [PATCH] Add VC to PostCode.php Adds missing postcode regex for Saint Vincent and the Grenadines Signed-off-by: Christian Wolf --- src/Validator/PostCode.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Validator/PostCode.php b/src/Validator/PostCode.php index 6c36a56a..64138028 100644 --- a/src/Validator/PostCode.php +++ b/src/Validator/PostCode.php @@ -222,6 +222,7 @@ class PostCode extends AbstractValidator 'WF' => '986\d{2}', 'YT' => '976\d{2}', 'VN' => '\d{6}', + 'VC' => 'VC\d{4}', ]; // @codingStandardsIgnoreEnd