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
/
LU.json
23 lines
•
339 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
22
23
{
"Description"
:
"LU"
,
"RedundantCharacters"
:
" -"
,
"ValidationRegex"
:
"^(L){0,1}
\\
d{4}$"
,
"TestData"
: {
"Valid"
: [
"1124"
,
"L1054"
,
"L-1120"
,
"L1120"
,
"L 1125"
,
"L - 1234"
,
"l-1123"
],
"Invalid"
: [
"1125L"
,
"L12345"
,
"L123"
,
"123"
,
""
] } }