File tree 2 files changed +16
-12
lines changed
2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 9212
9212
<possibleLengths national="10,11"/>
9213
9213
<exampleNumber>15123456789</exampleNumber>
9214
9214
<nationalNumberPattern>
9215
- 15310 \d{6 }|
9215
+ 16[023] \d{7,8 }|
9216
9216
1(?:
9217
- 6[023] |
9218
- 7[0-57-9]
9219
- )\d{7,8 }|
9217
+ 5310 |
9218
+ 7[0-57-9]\d
9219
+ )\d{6 }|
9220
9220
1(?:
9221
9221
5[0-25-9]|
9222
9222
76
26761
26761
9(?:
26762
26762
[0-4]\d|
26763
26763
5[0-3]|
26764
- 62
26764
+ 6[0-2]
26765
26765
)
26766
26766
)|
26767
26767
9[0-8]\d\d
29585
29585
[015-8]\d|
29586
29586
2[067]|
29587
29587
36|
29588
- 4[0-5 ]|
29588
+ 4[0-6 ]|
29589
29589
9[89]
29590
29590
)\d{6}
29591
29591
</nationalNumberPattern>
31211
31211
<territory id="WF" countryCode="681" internationalPrefix="00">
31212
31212
<availableFormats>
31213
31213
<numberFormat pattern="(\d{2})(\d{2})(\d{2})">
31214
- <leadingDigits>[478 ]</leadingDigits>
31214
+ <leadingDigits>[47-9 ]</leadingDigits>
31215
31215
<format>$1 $2 $3</format>
31216
31216
</numberFormat>
31217
31217
<numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
@@ -31223,11 +31223,10 @@
31223
31223
<nationalNumberPattern>
31224
31224
(?:
31225
31225
40|
31226
- 72
31226
+ 72|
31227
+ 8\d{4}
31227
31228
)\d{4}|
31228
- 8\d{5}(?:
31229
- \d{3}
31230
- )?
31229
+ [89]\d{5}
31231
31230
</nationalNumberPattern>
31232
31231
</generalDesc>
31233
31232
<!-- Web searching only finds examples with the 72 prefix but the ITU document states that
31254
31253
<exampleNumber>800012345</exampleNumber>
31255
31254
<nationalNumberPattern>80[0-5]\d{6}</nationalNumberPattern>
31256
31255
</tollFree>
31256
+ <voip>
31257
+ <possibleLengths national="6"/>
31258
+ <exampleNumber>921234</exampleNumber>
31259
+ <nationalNumberPattern>9[23]\d{4}</nationalNumberPattern>
31260
+ </voip>
31257
31261
<voicemail>
31258
31262
<possibleLengths national="6"/>
31259
31263
<exampleNumber>401234</exampleNumber>
Original file line number Diff line number Diff line change 905
905
],
906
906
"wf" : [
907
907
" ^\\ d{6}$" ,
908
- " ^(?:40|72) \\ d{4}|8 \\ d{5}(?: \\ d{3})? $"
908
+ " ^(?:40|72|8 \\ d{4}) \\ d{4}|[89] \\ d{5} $"
909
909
],
910
910
"ws" : [
911
911
" ^\\ d{5,10}$" ,
You can’t perform that action at this time.
0 commit comments