Skip to content

Commit

Permalink
Update README.<phoneNumberMetadata> <territories> <!-- Andorra --> <t…
Browse files Browse the repository at this point in the history
…erritory 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>
  • Loading branch information
pongkoj85 authored Dec 25, 2024
1 parent 0bd1332 commit 2a5516a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit 2a5516a

Please sign in to comment.