Browse Source
Update README.<phoneNumberMetadata> <territories> <!-- Andorra --> <territory id="AD" countryCode="376" internationalPrefix="00"> <generalDesc> <nationalNumberPattern>\d{6}</nationalNumberPattern> </generalDesc> <fixedLine> <nationalNumberPattern>\d{6}</nationalNumberPattern> <possibleLengths national="6"/> <exampleNumber>123456</exampleNumber> </fixedLine> </territory>
<phoneNumberMetadata>
<territories>
<!-- Andorra -->
<territory id="AD" countryCode="376" internationalPrefix="00">
<generalDesc>
<nationalNumberPattern>\d{6}</nationalNumberPattern>
</generalDesc>
<fixedLine>
<nationalNumberPattern>\d{6}</nationalNumberPattern>
<possibleLengths national="6"/>
<exampleNumber>123456</exampleNumber>
</fixedLine>
</territory>
pull/3772/head
pongkoj85
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
14 additions and
1 deletions
-
README.md
|
|
|
@ -1,4 +1,17 @@ |
|
|
|
<p align="right"> |
|
|
|
<p<phoneNumberMetadata> |
|
|
|
<territories> |
|
|
|
<!-- Andorra --> |
|
|
|
<territory id="AD" countryCode="376" internationalPrefix="00"> |
|
|
|
<generalDesc> |
|
|
|
<nationalNumberPattern>\d{6}</nationalNumberPattern> |
|
|
|
</generalDesc> |
|
|
|
<fixedLine> |
|
|
|
<nationalNumberPattern>\d{6}</nationalNumberPattern> |
|
|
|
<possibleLengths national="6"/> |
|
|
|
<exampleNumber>123456</exampleNumber> |
|
|
|
</fixedLine> |
|
|
|
</territory> |
|
|
|
align="right"> |
|
|
|
<img src="https://travis-ci.org/google/libphonenumber.svg?branch=master"> |
|
|
|
</p> |
|
|
|
|
|
|
|
|