We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01e9ef commit 50765f8Copy full SHA for 50765f8
src/lib/isPostalCode.js
@@ -12,7 +12,7 @@ const patterns = {
12
AU: fourDigit,
13
AZ: /^AZ\d{4}$/,
14
BA: /^([7-8]\d{4}$)/,
15
- BD: /^(1[0-9]{3}|[2-8][0-9]{3}|9[0-4][0-9]{2})$/,
+ BD: /^([1-8][0-9]{3}|9[0-4][0-9]{2})$/,
16
BE: fourDigit,
17
BG: fourDigit,
18
BR: /^\d{5}-?\d{3}$/,
0 commit comments