Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
libphonenumber-js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Nikolay Kuchumov
libphonenumber-js
Commits
2893403d
Commit
2893403d
authored
3 years ago
by
Nikolay Kuchumov
Browse files
Options
Downloads
Patches
Plain Diff
Updated metadata
parent
ef1a6c7a
No related branches found
No related tags found
No related merge requests found
Pipeline
#331401048
passed with warnings
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhoneNumberMetadata.xml
+25
-26
25 additions, 26 deletions
PhoneNumberMetadata.xml
with
25 additions
and
26 deletions
PhoneNumberMetadata.xml
+
25
−
26
View file @
2893403d
...
...
@@ -8788,7 +8788,7 @@
5(?:
4[0-29]|
5\d|
6[0
1
]
6[0
-2
]
)|
6(?:
[569]\d|
...
...
@@ -9184,7 +9184,7 @@
)|
7(?:
0\d|
1
0
|
1
[0-2]
|
6[1267]|
7[0-57]
)
...
...
@@ -10245,7 +10245,7 @@
1(?:
3(?:
[0-58]\d\d|
73[03]
73[0
2
3]
)|
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|
1
0
|
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>2
1
234567</exampleNumber>
<exampleNumber>2
3
234567
8
</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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment