Skip to content

Commit b2860c4

Browse files
Update the validation patterns (GH-13)
2 parents 8f30115 + 21b1c29 commit b2860c4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

resources/metadata.xml

+12-8
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@
25492549
[0-3]\d|
25502550
4[047-9]|
25512551
5[0-25-9]|
2552-
6[0-26-9]|
2552+
6[0-36-9]|
25532553
7[02-8]|
25542554
8[0-24-9]|
25552555
9[0-37-9]
@@ -5611,7 +5611,7 @@
56115611
[0-3]\d|
56125612
4[047-9]|
56135613
5[0-25-9]|
5614-
6[0-26-9]|
5614+
6[0-36-9]|
56155615
7[02-8]|
56165616
8[0-24-9]|
56175617
9[0-37-9]
@@ -7845,7 +7845,7 @@
78457845
[0-3]\d|
78467846
4[047-9]|
78477847
5[0-25-9]|
7848-
6[0-26-9]|
7848+
6[0-36-9]|
78497849
7[02-8]|
78507850
8[0-24-9]|
78517851
9[0-37-9]
@@ -8015,6 +8015,7 @@
80158015
<possibleLengths national="9"/>
80168016
<exampleNumber>601123456</exampleNumber>
80178017
<nationalNumberPattern>
8018+
7060\d{5}|
80188019
(?:
80198020
60[1-8]|
80208021
7(?:
@@ -11207,7 +11208,7 @@
1120711208
<nationalNumberPattern>
1120811209
594(?:
1120911210
[02-49]\d|
11210-
1[0-4]|
11211+
1[0-5]|
1121111212
5[6-9]|
1121211213
6[0-3]|
1121311214
80
@@ -19682,7 +19683,6 @@
1968219683
<nationalNumberPattern>
1968319684
(?:
1968419685
247|
19685-
45[78]|
1968619686
528|
1968719687
625
1968819688
)\d{4}
@@ -19698,7 +19698,7 @@
1969819698
54
1969919699
)5|
1970019700
329|
19701-
45[356]
19701+
45[35-8]
1970219702
)\d{4}
1970319703
</nationalNumberPattern>
1970419704
</mobile>
@@ -20670,7 +20670,7 @@
2067020670
<nationalNumberPattern>
2067120671
596(?:
2067220672
[03-7]\d|
20673-
10|
20673+
1[05]|
2067420674
2[7-9]|
2067520675
8[0-39]|
2067620676
9[04-9]
@@ -27486,7 +27486,10 @@
2748627486
<possibleLengths national="9"/>
2748727487
<exampleNumber>812345678</exampleNumber>
2748827488
<nationalNumberPattern>
27489-
671[0-8]\d{5}|
27489+
67(?:
27490+
1[0-8]|
27491+
2[4-7]
27492+
)\d{5}|
2749027493
(?:
2749127494
14|
2749227495
6[1-6]|
@@ -30723,6 +30726,7 @@
3072330726
<nationalNumberPattern>
3072430727
269(?:
3072530728
0[0-467]|
30729+
15|
3072630730
5[0-4]|
3072730731
6\d|
3072830732
[78]0

0 commit comments

Comments
 (0)