<?php
/**
* @see https://github.com/laminas/laminas-i18n for the canonical source repository
* @copyright https://github.com/laminas/laminas-i18n/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-i18n/blob/master/LICENSE.md New BSD License
*/
return [
'code' => '594',
'patterns' => [
'national' => [
'general' => '/^[56]\\d{8}$/',
'fixed' => '/^594(?:10|2[012457-9]|3[0-57-9]|4[3-9]|5[7-9]|6[0-3]|9[014])\\d{4}$/',
'mobile' => '/^694(?:[04][0-7]|1[0-5]|2[0-46-9]|38|9\\d)\\d{4}$/',
'emergency' => '/^1[578]$/',
],
'possible' => [
'general' => '/^\\d{9}$/',
'emergency' => '/^\\d{2}$/',
],
],
];
-
root authoreda0a3ef35