Skip to content

Commit c1a461a

Browse files
Update the validation patterns (GH-69)
2 parents 6948fea + 972b950 commit c1a461a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

resources/metadata.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,7 +3679,7 @@
36793679
2[0-57]|
36803680
3[04-7]|
36813681
44|
3682-
6[4-69]|
3682+
6[04-69]|
36833683
7[0579]
36843684
)|
36853685
90\d\d
@@ -3699,12 +3699,13 @@
36993699
<exampleNumber>78102345</exampleNumber>
37003700
<nationalNumberPattern>
37013701
78(?:
3702-
0[57]|
3702+
0[578]|
37033703
1[014-8]|
37043704
2[25]|
37053705
3[15-8]|
37063706
48|
3707-
[56]0|
3707+
5[05]|
3708+
60|
37083709
7[06-8]|
37093710
9\d
37103711
)\d{4}
@@ -8806,7 +8807,7 @@
88068807
[2-5]\d|
88078808
60
88088809
)|
8809-
19[01]|
8810+
19[0-2]|
88108811
[2379]\d\d
88118812
)
88128813
)\d{5}
@@ -27681,7 +27682,7 @@
2768127682
<nationalNumberPattern>
2768227683
(?:
2768327684
7[124-7]|
27684-
8[124-9]
27685+
8[1-9]
2768527686
)\d{5}
2768627687
</nationalNumberPattern>
2768727688
</mobile>

0 commit comments

Comments
 (0)