Skip to content
Snippets Groups Projects
Commit 2893403d authored by Nikolay Kuchumov's avatar Nikolay Kuchumov :speech_balloon:
Browse files

Updated metadata

parent ef1a6c7a
No related branches found
No related tags found
No related merge requests found
Pipeline #331401048 passed with warnings
......@@ -8788,7 +8788,7 @@
5(?:
4[0-29]|
5\d|
6[01]
6[0-2]
)|
6(?:
[569]\d|
......@@ -9184,7 +9184,7 @@
)|
7(?:
0\d|
10|
1[0-2]|
6[1267]|
7[0-57]
)
......@@ -10245,7 +10245,7 @@
1(?:
3(?:
[0-58]\d\d|
73[03]
73[023]
)|
4(?:
[0-5]\d\d|
......@@ -10254,9 +10254,12 @@
)|
(?:
5[0-26-9]|
6[0-4]|
[78][0-49]
)\d\d
)\d\d|
6(?:
[0-4]\d\d|
50[259]
)
)|
2(?:
(?:
......@@ -18876,9 +18879,8 @@
)\d{4}|
5(?:
2(?:
[015-7]\d|
2[02-9]|
3[0-578]|
[0-25-7]\d|
3[1-578]|
4[02-46-8]|
8[0235-7]|
90
......@@ -18909,7 +18911,7 @@
)|
7(?:
0\d|
10|
1[0-2]|
6[1267]|
7[0-57]
)
......@@ -23003,12 +23005,6 @@
<leadingDigits>2</leadingDigits>
<format>$1 $2</format>
</numberFormat>
<!-- Area code separated from number. Area codes found here:
http://en.wikipedia.org/wiki/Telecommunications_in_the_Philippines#Area_Codes -->
<numberFormat pattern="(\d)(\d{3})(\d{4})" nationalPrefixFormattingRule="($NP$FG)">
<leadingDigits>2</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<numberFormat pattern="(\d{4})(\d{4,6})" nationalPrefixFormattingRule="($NP$FG)">
<leadingDigits>
3(?:
......@@ -23114,13 +23110,15 @@
</availableFormats>
<generalDesc>
<nationalNumberPattern>
1800\d{7,9}|
(?:
2|
[89]\d{4}
)\d{5}|
[2-8]\d{8}|
[28]\d{7}
[2-7]|
9\d
)\d{8}|
2\d{5}|
(?:
1800|
8
)\d{7,9}
</nationalNumberPattern>
</generalDesc>
<!-- Evidence on number length is hard to come by. We have found diallable numbers in Manila
......@@ -23129,7 +23127,7 @@
from 7 digit to 8 digit since 6th October 2019. -->
<fixedLine>
<possibleLengths national="6,[8-10]" localOnly="4,5,7"/>
<exampleNumber>21234567</exampleNumber>
<exampleNumber>232345678</exampleNumber>
<nationalNumberPattern>
(?:
(?:
......@@ -23145,10 +23143,10 @@
42
)
)\d{4}|
2\d{5}(?:
\d{2}
)?|
8[2-8]\d{7}
(?:
2|
8[2-8]\d\d
)\d{5}
</nationalNumberPattern>
</fixedLine>
<!-- 950 added based on info received from Smart. 96[5-7] added based on user report. -->
......@@ -24260,6 +24258,7 @@
<possibleLengths national="8"/>
<exampleNumber>44123456</exampleNumber>
<nationalNumberPattern>
4141\d{4}|
(?:
23|
4[04]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment