Skip to content

Commit

Permalink
Allow NNNN zipcode for Argentina
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardo.moreira1 committed Sep 9, 2024
1 parent dd1094e commit 65df727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validates_zipcode/cldr_regex_collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module CldrRegexpCollection
SG: /\A\d{6}\z/,
DZ: /\A\d{5}\z/,
AD: /\AAD\d{3}\z/,
AR: /\A[A-HJ-NP-Z]{1}\d{4}([A-Z]{3})?\z/,
AR: /\A([A-HJ-NP-Z]{1}\d{4}([A-Z]{3})?|\d{4})\z/,
AM: /\A(37)?\d{4}\z/,
BH: /\A(1[0-2]|[1-9])\d{2}\z/,
BD: /\A\d{4}\z/,
Expand Down

0 comments on commit 65df727

Please sign in to comment.