Skip to content

Commit 2f312b7

Browse files
Update the validation patterns (GH-40)
2 parents 4037245 + ba32272 commit 2f312b7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

resources/metadata.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6331,36 +6331,33 @@
63316331
00|
63326332
2[13]
63336333
)|
6334-
95
6334+
9[56]
63356335
</leadingDigits>
63366336
<leadingDigits>
63376337
1(?:
63386338
00|
63396339
2(?:
6340-
11|
6340+
1|
63416341
39
63426342
)
63436343
)|
6344-
95
6344+
9[56]
63456345
</leadingDigits>
63466346
<leadingDigits>
63476347
1(?:
63486348
00|
63496349
2(?:
6350-
110|
6350+
1|
63516351
395
63526352
)
63536353
)|
6354-
95
6354+
9[56]
63556355
</leadingDigits>
63566356
<format>$1</format>
63576357
<intlFormat>NA</intlFormat>
63586358
</numberFormat>
63596359
<numberFormat pattern="(\d{5,6})">
6360-
<leadingDigits>
6361-
10|
6362-
96
6363-
</leadingDigits>
6360+
<leadingDigits>10</leadingDigits>
63646361
<format>$1</format>
63656362
<intlFormat>NA</intlFormat>
63666363
</numberFormat>
@@ -13572,7 +13569,10 @@
1357213569
<possibleLengths national="9"/>
1357313570
<exampleNumber>502345678</exampleNumber>
1357413571
<nationalNumberPattern>
13575-
55410\d{4}|
13572+
55(?:
13573+
410|
13574+
57[0-289]
13575+
)\d{4}|
1357613576
5(?:
1357713577
(?:
1357813578
[02][02-9]|

0 commit comments

Comments
 (0)