Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
 
3
/**
4
 * libphonenumber-for-php-lite data file
5
 * This file has been @generated from libphonenumber data
6
 * Do not modify!
7
 * @internal
8
 */
9
 
10
return [
11
    'id' => 'IS',
12
    'countryCode' => 354,
13
    'generalDesc' => [
14
        'pattern' => '(?:38\\d|[4-9])\\d{6}',
15
        'posLength' => [
16
            7,
17
            9,
18
        ],
19
    ],
20
    'fixedLine' => [
21
        'pattern' => '(?:4(?:1[0-24-69]|2[0-7]|[37][0-8]|4[0-24589]|5[0-68]|6\\d|8[0-36-8])|5(?:05|[156]\\d|2[02578]|3[0-579]|4[03-7]|7[0-2578]|8[0-35-9]|9[013-689])|872)\\d{4}',
22
        'example' => '4101234',
23
        'posLength' => [
24
            7,
25
        ],
26
    ],
27
    'mobile' => [
28
        'pattern' => '(?:38[589]\\d\\d|6(?:1[1-8]|2[0-6]|3[026-9]|4[014679]|5[0159]|6[0-69]|70|8[06-8]|9\\d)|7(?:5[057]|[6-9]\\d)|8(?:2[0-59]|[3-69]\\d|8[238]))\\d{4}',
29
        'example' => '6111234',
30
    ],
31
    'tollFree' => [
32
        'pattern' => '80[0-8]\\d{4}',
33
        'example' => '8001234',
34
        'posLength' => [
35
            7,
36
        ],
37
    ],
38
    'premiumRate' => [
39
        'pattern' => '90(?:0\\d|1[5-79]|2[015-79]|3[135-79]|4[125-7]|5[25-79]|7[1-37]|8[0-35-7])\\d{3}',
40
        'example' => '9001234',
41
        'posLength' => [
42
            7,
43
        ],
44
    ],
45
    'sharedCost' => [
46
        'posLength' => [
47
            -1,
48
        ],
49
    ],
50
    'personalNumber' => [
51
        'posLength' => [
52
            -1,
53
        ],
54
    ],
55
    'voip' => [
56
        'pattern' => '49[0-24-79]\\d{4}',
57
        'example' => '4921234',
58
        'posLength' => [
59
            7,
60
        ],
61
    ],
62
    'pager' => [
63
        'posLength' => [
64
            -1,
65
        ],
66
    ],
67
    'uan' => [
68
        'pattern' => '809\\d{4}',
69
        'example' => '8091234',
70
        'posLength' => [
71
            7,
72
        ],
73
    ],
74
    'voicemail' => [
75
        'pattern' => '(?:689|8(?:7[18]|80)|95[48])\\d{4}',
76
        'example' => '6891234',
77
        'posLength' => [
78
            7,
79
        ],
80
    ],
81
    'noInternationalDialling' => [
82
        'posLength' => [
83
            -1,
84
        ],
85
    ],
86
    'internationalPrefix' => '00|1(?:0(?:01|[12]0)|100)',
87
    'preferredInternationalPrefix' => '00',
88
    'numberFormat' => [
89
        [
90
            'pattern' => '(\\d{3})(\\d{4})',
91
            'format' => '$1 $2',
92
            'leadingDigitsPatterns' => [
93
                '[4-9]',
94
            ],
95
            'nationalPrefixFormattingRule' => '',
96
            'domesticCarrierCodeFormattingRule' => '',
97
        ],
98
        [
99
            'pattern' => '(\\d{3})(\\d{3})(\\d{3})',
100
            'format' => '$1 $2 $3',
101
            'leadingDigitsPatterns' => [
102
                '3',
103
            ],
104
            'nationalPrefixFormattingRule' => '',
105
            'domesticCarrierCodeFormattingRule' => '',
106
        ],
107
    ],
108
    'mobileNumberPortableRegion' => true,
109
];