Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ML.php

<?php

return [
    'code' => '223',
    'patterns' => [
        'national' => [
            'general' => '/^[246-8]\\d{7}$/',
            'fixed' => '/^(?:2(?:0(?:2[0-589]|7[027-9])|1(?:2[5-7]|[3-689]\\d))|44[239]\\d)\\d{4}$/',
            'mobile' => '/^(?:6[3569]|7\\d)\\d{6}$/',
            'tollfree' => '/^800\\d{5}$/',
            'emergency' => '/^1[578]$/',
        ],
        'possible' => [
            'general' => '/^\\d{8}$/',
            'emergency' => '/^\\d{2}$/',
        ],
    ],
];