AutorÃa | Ultima modificación | Ver Log |
<?php
/**
* libphonenumber-for-php-lite data file
* This file has been @generated from libphonenumber data
* Do not modify!
* @internal
*/
return [
'id' => 'CW',
'countryCode' => 599,
'generalDesc' => [
'pattern' => '(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}',
'posLength' => [
7,
8,
],
],
'fixedLine' => [
'pattern' => '9(?:4(?:3[0-5]|4[14]|6\\d)|50\\d|7(?:2[014]|3[02-9]|4[4-9]|6[357]|77|8[7-9])|8(?:3[39]|[46]\\d|7[01]|8[57-9]))\\d{4}',
'example' => '94351234',
],
'mobile' => [
'pattern' => '953[01]\\d{4}|9(?:5[12467]|6[5-9])\\d{5}',
'example' => '95181234',
],
'tollFree' => [
'posLength' => [
-1,
],
],
'premiumRate' => [
'posLength' => [
-1,
],
],
'sharedCost' => [
'pattern' => '60[0-2]\\d{4}',
'example' => '6001234',
'posLength' => [
7,
],
],
'personalNumber' => [
'posLength' => [
-1,
],
],
'voip' => [
'posLength' => [
-1,
],
],
'pager' => [
'pattern' => '955\\d{5}',
'example' => '95581234',
'posLength' => [
8,
],
],
'uan' => [
'posLength' => [
-1,
],
],
'voicemail' => [
'posLength' => [
-1,
],
],
'noInternationalDialling' => [
'posLength' => [
-1,
],
],
'internationalPrefix' => '00',
'numberFormat' => [
[
'pattern' => '(\\d{3})(\\d{4})',
'format' => '$1 $2',
'leadingDigitsPatterns' => [
'[3467]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
[
'pattern' => '(\\d)(\\d{3})(\\d{4})',
'format' => '$1 $2 $3',
'leadingDigitsPatterns' => [
'9[4-8]',
],
'nationalPrefixFormattingRule' => '',
'domesticCarrierCodeFormattingRule' => '',
],
],
'mainCountryForCode' => true,
'leadingDigits' => '[69]',
];