diff --git a/README.md b/README.md index 44bad5b..58f95c8 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Below are the patterns for each European country, along with a brief description - **Pattern:** `^\d{4}$` - **Description:** Cypriot postal codes consist of 4 digits. This pattern matches a sequence of exactly four numerical digits. ##### VAT Number -- **Pattern:** `^CY\d{8}L$` +- **Pattern:** `^CY\d{8}[A-Z]$` - **Description:** Cypriot VAT numbers start with "CY", followed by 8 digits and a final letter. ---