File tree Expand file tree Collapse file tree 1 file changed +29
-21
lines changed Expand file tree Collapse file tree 1 file changed +29
-21
lines changed Original file line number Diff line number Diff line change 5721
5721
<nationalNumberPattern>
5722
5722
88\d{5}|
5723
5723
(?:
5724
- 8[0-59 ]|
5724
+ 8[0-69 ]|
5725
5725
9[017-9]
5726
5726
)\d{7}
5727
5727
</nationalNumberPattern>
@@ -11177,15 +11177,14 @@
11177
11177
)|
11178
11178
1(?:
11179
11179
1(?:
11180
- 00|
11181
- [124]\d|
11182
- 3[01]
11180
+ [03][01]|
11181
+ [124]\d
11183
11182
)|
11184
11183
4\d\d
11185
11184
)|
11186
11185
(?:
11187
11186
44|
11188
- 68
11187
+ 6[89]
11189
11188
)\d\d|
11190
11189
5(?:
11191
11190
[0157-9]\d\d|
12421
12420
6\d\d|
12422
12421
7(?:
12423
12422
[01]\d|
12424
- 2[156 ]|
12423
+ 2[1256 ]|
12425
12424
3[12]|
12426
12425
49
12427
12426
)
@@ -18251,14 +18250,19 @@
18251
18250
</fixedLine>
18252
18251
<!-- Adding 202[89], 205[289], 207[68] and 209[135-7] from numbers found online. -->
18253
18252
<mobile>
18254
- <possibleLengths national="10"/>
18253
+ <possibleLengths national="9, 10"/>
18255
18254
<exampleNumber>2023123456</exampleNumber>
18256
18255
<nationalNumberPattern>
18257
- 2088\d{6}|
18258
18256
(?:
18259
- 20[23579]|
18260
- 302
18261
- )\d{7}
18257
+ 20(?:
18258
+ [23579]\d|
18259
+ 88
18260
+ )|
18261
+ 30(?:
18262
+ 2\d|
18263
+ 4
18264
+ )
18265
+ )\d{6}
18262
18266
</nationalNumberPattern>
18263
18267
</mobile>
18264
18268
<!-- The Lonely Planet says that newer WIN phones (fixed phones without a physical landline)
18267
18271
<uan>
18268
18272
<possibleLengths national="9"/>
18269
18273
<exampleNumber>301234567</exampleNumber>
18270
- <nationalNumberPattern>30[013 -9]\d{6}</nationalNumberPattern>
18274
+ <nationalNumberPattern>30[0135 -9]\d{6}</nationalNumberPattern>
18271
18275
</uan>
18272
18276
</territory>
18273
18277
24507
24511
9\d
24508
24512
)|
24509
24513
[35]92(?:
24510
- 3[034] |
24511
- 9\d
24514
+ [049]\d |
24515
+ 3[034]
24512
24516
)
24513
24517
)\d{3}|
24514
24518
(?:
24597
24601
<exampleNumber>600110000</exampleNumber>
24598
24602
<nationalNumberPattern>
24599
24603
600\d{6}|
24600
- 6[06]923[34]\d{3}
24604
+ 6[06]92(?:
24605
+ 0\d|
24606
+ 3[349]|
24607
+ 49
24608
+ )\d{3}
24601
24609
</nationalNumberPattern>
24602
24610
</voicemail>
24603
24611
</territory>
25082
25090
7020\d{5}|
25083
25091
(?:
25084
25092
6(?:
25085
- 2\d |
25086
- 40
25093
+ [04]0 |
25094
+ 2\d
25087
25095
)|
25088
25096
7(?:
25089
25097
0[013-9]|
26142
26150
<exampleNumber>81234567</exampleNumber>
26143
26151
<nationalNumberPattern>
26144
26152
8(?:
26145
- 09|
26146
- 95
26147
- )[0-2] \d{4}|
26153
+ 09[0-24] |
26154
+ 95[0-2]
26155
+ )\d{4}|
26148
26156
(?:
26149
26157
8(?:
26150
26158
0[1-8]|
27485
27493
<exampleNumber>63012345</exampleNumber>
27486
27494
<nationalNumberPattern>
27487
27495
(?:
27488
- 6[0235689 ]|
27496
+ 6[0-689 ]|
27489
27497
77|
27490
27498
9\d
27491
27499
)\d{6}
You can’t perform that action at this time.
0 commit comments