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/TK.php

<?php

return [
    'code' => '690',
    'patterns' => [
        'national' => [
            'general' => '/^[2-5]\\d{3}$/',
            'fixed' => '/^[2-4]\\d{3}$/',
            'mobile' => '/^5\\d{3}$/',
        ],
        'possible' => [
            'general' => '/^\\d{4}$/',
        ],
    ],
];