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' => 'RE',
12
    'countryCode' => 262,
13
    'generalDesc' => [
14
        'pattern' => '709\\d{6}|(?:26|[689]\\d)\\d{7}',
15
        'posLength' => [
16
            9,
17
        ],
18
    ],
19
    'fixedLine' => [
20
        'pattern' => '26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}',
21
        'example' => '262161234',
22
    ],
23
    'mobile' => [
24
        'pattern' => '(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}',
25
        'example' => '692123456',
26
    ],
27
    'tollFree' => [
28
        'pattern' => '80\\d{7}',
29
        'example' => '801234567',
30
    ],
31
    'premiumRate' => [
32
        'pattern' => '89[1-37-9]\\d{6}',
33
        'example' => '891123456',
34
    ],
35
    'sharedCost' => [
36
        'pattern' => '8(?:1[019]|2[0156]|84|90)\\d{6}',
37
        'example' => '810123456',
38
    ],
39
    'personalNumber' => [
40
        'posLength' => [
41
            -1,
42
        ],
43
    ],
44
    'voip' => [
45
        'pattern' => '9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}',
46
        'example' => '939901234',
47
    ],
48
    'pager' => [
49
        'posLength' => [
50
            -1,
51
        ],
52
    ],
53
    'uan' => [
54
        'posLength' => [
55
            -1,
56
        ],
57
    ],
58
    'voicemail' => [
59
        'posLength' => [
60
            -1,
61
        ],
62
    ],
63
    'noInternationalDialling' => [
64
        'posLength' => [
65
            -1,
66
        ],
67
    ],
68
    'internationalPrefix' => '00',
69
    'nationalPrefix' => '0',
70
    'nationalPrefixForParsing' => '0',
71
    'numberFormat' => [
72
        [
73
            'pattern' => '(\\d{3})(\\d{2})(\\d{2})(\\d{2})',
74
            'format' => '$1 $2 $3 $4',
75
            'leadingDigitsPatterns' => [
76
                '[26-9]',
77
            ],
78
            'nationalPrefixFormattingRule' => '0$1',
79
            'domesticCarrierCodeFormattingRule' => '',
80
        ],
81
    ],
82
    'mainCountryForCode' => true,
83
];