Skip to content

Commit 549be87

Browse files
Update the validation patterns (GH-66)
2 parents d09cb32 + 85b6c74 commit 549be87

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

resources/metadata.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13354,7 +13354,7 @@
1335413354
4(?:
1335513355
4[0-35-9]|
1335613356
6[02357-9]|
13357-
7[05]
13357+
7[015]
1335813358
)|
1335913359
5(?:
1336013360
[1-59][0-46-9]|
@@ -13367,7 +13367,7 @@
1336713367
[268][0-57-9]|
1336813368
7[0-79]
1336913369
)|
13370-
70[1-49]|
13370+
70[1-59]|
1337113371
84[0-39]|
1337213372
9(?:
1337313373
0[1-9]|
@@ -20798,7 +20798,7 @@
2079820798
)|
2079920799
4(?:
2080020800
0[0-4]|
20801-
4[1-39]
20801+
4[1-59]
2080220802
)
2080320803
)\d{5}
2080420804
</nationalNumberPattern>
@@ -20817,7 +20817,7 @@
2081720817
(?:
2081820818
5[01]|
2081920819
[679]\d|
20820-
8[2-49]
20820+
8[2-59]
2082120821
)\d{6}
2082220822
</nationalNumberPattern>
2082320823
</mobile>
@@ -22837,8 +22837,7 @@
2283722837
<exampleNumber>751234</exampleNumber>
2283822838
<nationalNumberPattern>
2283922839
(?:
22840-
5[0-4]|
22841-
[79]\d|
22840+
[579]\d|
2284222841
8[0-79]
2284322842
)\d{4}
2284422843
</nationalNumberPattern>
@@ -24892,10 +24891,11 @@
2489224891
<possibleLengths national="9"/>
2489324892
<exampleNumber>512345678</exampleNumber>
2489424893
<nationalNumberPattern>
24894+
2131[89]\d{4}|
2489524895
21(?:
2489624896
1[013-5]|
2489724897
2\d|
24898-
3[4-9]
24898+
3[2-9]
2489924899
)\d{5}|
2490024900
(?:
2490124901
45|
@@ -29788,8 +29788,9 @@
2978829788
)
2978929789
)\d{4}|
2979029790
(?:
29791+
2742|
2979129792
305[3-9]|
29792-
472[24]|
29793+
472[247-9]|
2979329794
505[2-57-9]|
2979429795
983[2-47-9]
2979529796
)\d{6}|
@@ -29897,8 +29898,9 @@
2989729898
)
2989829899
)\d{4}|
2989929900
(?:
29901+
2742|
2990029902
305[3-9]|
29901-
472[24]|
29903+
472[247-9]|
2990229904
505[2-57-9]|
2990329905
983[2-47-9]
2990429906
)\d{6}|

0 commit comments

Comments
 (0)