Skip to content

Commit 7e3144b

Browse files
authored
1 parent b1aea75 commit 7e3144b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/isPostalCode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const patterns = {
5050
LU: fourDigit,
5151
LV: /^LV\-\d{4}$/,
5252
LK: fiveDigit,
53+
MC: /^980\d{2}$/,
5354
MG: threeDigit,
5455
MX: fiveDigit,
5556
MT: /^[A-Za-z]{3}\s{0,1}\d{4}$/,

0 commit comments

Comments
 (0)