UNPKG
postal-codes-js
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Postal Codes
github.com/Cimpress-MCP/postal-codes-js
Cimpress-MCP/postal-codes-js
postal-codes-js
/
formats
/
PL.json
21 lines
(20 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"Description"
:
"PL : 99-999"
,
"RedundantCharacters"
:
" "
,
"ValidationRegex"
:
"^[0-9]{2}-[0-9]{3}$"
,
"TestData"
:
{
"Valid"
:
[
"44-100 "
,
"44-100"
]
,
"Invalid"
:
[
"44100"
,
"44f00"
,
"e4410"
,
"44-100d"
,
"c44-100"
,
"b44100"
,
"44100a"
]
}
}