11860
11860
)\d|
11861
11861
22252[0-4]
11862
11862
)\d\d|
11863
+ 5(?:
11864
+ 0(?:
11865
+ 0[17]0|
11866
+ 505
11867
+ )|
11868
+ 1(?:
11869
+ 0[01]0|
11870
+ 1(?:
11871
+ 07|
11872
+ 33|
11873
+ 51
11874
+ )
11875
+ )|
11876
+ 2(?:
11877
+ 0[02]0|
11878
+ 2[25]2
11879
+ )|
11880
+ 3(?:
11881
+ 0[03]0|
11882
+ 3[35]3
11883
+ )|
11884
+ (?:
11885
+ 40[04]|
11886
+ 900
11887
+ )0|
11888
+ 5222
11889
+ )[0-4]\d{3}|
11863
11890
(?:
11864
11891
5(?:
11865
11892
0(?:
11881
11908
1(?:
11882
11909
1(?:
11883
11910
[03][01]|
11884
- [124]\d
11911
+ [124]\d|
11912
+ 5[2-6]|
11913
+ 7[0-4]
11885
11914
)|
11886
11915
4\d\d
11887
11916
)|
11922
11951
)
11923
11952
)|
11924
11953
790\d\d
11925
- )\d{4}|
11926
- 5(?:
11927
- 0(?:
11928
- 0[17]0|
11929
- 505
11930
- )|
11931
- 1(?:
11932
- 0[01]0|
11933
- 1(?:
11934
- 07|
11935
- 33|
11936
- 51
11937
- )
11938
- )|
11939
- 2(?:
11940
- 0[02]0|
11941
- 2[25]2
11942
- )|
11943
- 3(?:
11944
- 0[03]0|
11945
- 3[35]3
11946
- )|
11947
- (?:
11948
- 40[04]|
11949
- 900
11950
- )0|
11951
- 5222
11952
- )[0-4]\d{3}
11954
+ )\d{4}
11953
11955
</nationalNumberPattern>
11954
11956
</mobile>
11955
11957
<!-- Information from http://www.yell.ge, examples such as Wissol Petroleum Georgia
13270
13272
4(?:
13271
13273
4[0-35-9]|
13272
13274
6[02357-9]|
13273
- 70
13275
+ 7[05]
13274
13276
)|
13275
13277
5(?:
13276
13278
[1-59][0-46-9]|
13283
13285
[268][0-57-9]|
13284
13286
7[0-79]
13285
13287
)|
13286
- 70[1-39 ]|
13288
+ 70[1-49 ]|
13287
13289
84[0-39]|
13288
13290
9(?:
13289
13291
0[1-9]|
20447
20449
4[47]|
20448
20450
5[3467]|
20449
20451
6[279]|
20450
- 7[35 ]|
20452
+ 7[356 ]|
20451
20453
8[268]|
20452
20454
9[245]
20453
20455
)\d{5}
@@ -20753,23 +20755,41 @@
20753
20755
<!-- 2-digit area codes (short format). -->
20754
20756
<numberFormat pattern="(\d{2})(\d{2})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
20755
20757
<leadingDigits>
20756
- [45]|
20758
+ 4(?:
20759
+ [2-46]|
20760
+ 5[3-5]
20761
+ )|
20762
+ 5|
20757
20763
6(?:
20758
- 0[23]|
20759
20764
[1-689]|
20760
20765
7[235-7]
20761
20766
)|
20762
20767
7(?:
20763
20768
[0-4]|
20764
20769
5[2-7]
20765
20770
)|
20766
- 8[1-6]
20771
+ 8[1-5]|
20772
+ (?:
20773
+ 60|
20774
+ 86
20775
+ )[23]
20767
20776
</leadingDigits>
20768
20777
<format>$1 $2 $3</format>
20769
20778
</numberFormat>
20770
20779
<!-- 1-digit area codes. -->
20771
20780
<numberFormat pattern="(\d)(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
20772
- <leadingDigits>[12]</leadingDigits>
20781
+ <leadingDigits>
20782
+ [12]|
20783
+ 452|
20784
+ 678|
20785
+ 86
20786
+ </leadingDigits>
20787
+ <leadingDigits>
20788
+ [12]|
20789
+ 452|
20790
+ 6788|
20791
+ 86
20792
+ </leadingDigits>
20773
20793
<format>$1 $2 $3</format>
20774
20794
</numberFormat>
20775
20795
<!-- 2-digit area codes. -->
20831
20851
(?:
20832
20852
1(?:
20833
20853
(?:
20834
- 2\d|
20854
+ 12|
20855
+ [28]\d|
20835
20856
3[56]|
20836
- [89][0-6]
20857
+ 7[3-6]|
20858
+ 9[0-6]
20837
20859
)\d|
20838
20860
4(?:
20839
20861
2[29]|
20870
20892
56
20871
20893
)|
20872
20894
420\d|
20873
- 5470
20895
+ 5(?:
20896
+ 2\d|
20897
+ 470
20898
+ )
20874
20899
)|
20875
20900
6(?:
20876
20901
0(?:
@@ -20891,11 +20916,12 @@
20891
20916
472
20892
20917
)|
20893
20918
7(?:
20894
- (?:
20895
- 3\d|
20896
- 8[01459]
20897
- )\d|
20898
- 4[67]0
20919
+ 3\d\d|
20920
+ 4[67]0|
20921
+ 8(?:
20922
+ [01459]\d|
20923
+ 8
20924
+ )
20899
20925
)
20900
20926
)
20901
20927
)\d{4}|
21021
21047
8(?:
21022
21048
1[2-689]|
21023
21049
2[2-8]|
21024
- [35]2\d
21050
+ (?:
21051
+ [35]2|
21052
+ 64
21053
+ )\d
21025
21054
)
21026
21055
)\d{4}|
21027
21056
25\d{5,6}|
23214
23243
<!-- Norway (NO) -->
23215
23244
<!-- Main region for 'SJ' -->
23216
23245
<!-- Metadata (excluding fixed-line) should be duplicated in 'SJ'. -->
23217
- <!-- http ://www.npt. no/npt/numsys/E .164.pdf -->
23246
+ <!-- https ://nkom. no/telefoni-og-telefonnummer/telefonnummer-og-den-norske-nummerplan/alle-nummerserier-for-norske-telefonnumre/den-norske-nummerplanen-for-telefoni-med-mer-e .164 -->
23218
23247
<!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Norway -->
23219
23248
<territory id="NO" mainCountryForCode="true" countryCode="47" leadingDigits="[02-689]|7[0-8]"
23220
23249
internationalPrefix="00" mobileNumberPortableRegion="true">
@@ -23292,13 +23321,15 @@
23292
23321
<exampleNumber>85012345</exampleNumber>
23293
23322
<nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
23294
23323
</voip>
23295
- <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
23324
+ <!-- Includes some 810 local-rate numbers, and long-distance rate numbers.
23325
+ 04xxx is moved to Shortcodes as it can be used to send SMS as well
23326
+ https://www.dnb.no/en/everyday-banking/services/text-message -->
23296
23327
<uan>
23297
23328
<possibleLengths national="5,8"/>
23298
23329
<exampleNumber>02000</exampleNumber>
23299
23330
<nationalNumberPattern>
23300
23331
(?:
23301
- 0[2 -9]|
23332
+ 0[235 -9]|
23302
23333
81(?:
23303
23334
0(?:
23304
23335
0[7-9]|
26930
26961
26931
26962
<!-- Svalbard & Jan Mayen (SJ) -->
26932
26963
<!-- Calling code and formatting shared with 'NO' -->
26933
- <!-- http ://www.npt. no/pt_internet/numsys/E .164.pdf -->
26964
+ <!-- https ://nkom. no/telefoni-og-telefonnummer/telefonnummer-og-den-norske-nummerplan/alle-nummerserier-for-norske-telefonnumre/den-norske-nummerplanen-for-telefoni-med-mer-e .164 -->
26934
26965
<!-- https://en.wikipedia.org/wiki/Telephone_numbers_in_Svalbard -->
26935
26966
<territory id="SJ" countryCode="47" leadingDigits="79" internationalPrefix="00">
26936
26967
<generalDesc>
@@ -26988,13 +27019,15 @@
26988
27019
<exampleNumber>85012345</exampleNumber>
26989
27020
<nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
26990
27021
</voip>
26991
- <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
27022
+ <!-- Includes some 810 local-rate numbers, and long-distance rate numbers.
27023
+ 04xxx is moved to Shortcodes as it can be used to send SMS as well
27024
+ https://www.dnb.no/en/everyday-banking/services/text-message -->
26992
27025
<uan>
26993
27026
<possibleLengths national="5,8"/>
26994
27027
<exampleNumber>02000</exampleNumber>
26995
27028
<nationalNumberPattern>
26996
27029
(?:
26997
- 0[2 -9]|
27030
+ 0[235 -9]|
26998
27031
81(?:
26999
27032
0(?:
27000
27033
0[7-9]|
29441
29474
<possibleLengths national="9"/>
29442
29475
<exampleNumber>501234567</exampleNumber>
29443
29476
<nationalNumberPattern>
29477
+ 790\d{6}|
29444
29478
(?:
29445
29479
39|
29446
29480
50|
@@ -29546,13 +29580,10 @@
29546
29580
<possibleLengths national="9"/>
29547
29581
<exampleNumber>712345678</exampleNumber>
29548
29582
<nationalNumberPattern>
29549
- 72(?:
29550
- [48]0|
29551
- 6[01]
29552
- )\d{5}|
29583
+ 72[48]0\d{5}|
29553
29584
7(?:
29554
29585
[015-8]\d|
29555
- 20 |
29586
+ 2[067] |
29556
29587
36|
29557
29588
4[0-5]|
29558
29589
9[89]
0 commit comments