| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-directory/Test/Unit/_files/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-directory/Test/Unit/_files/zip_codes.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
return [
'US' => [
'pattern_1' => [
'example' => 12345,
'pattern' => '^[0-9]{5}\-[0-9]{4}$'
],
'pattern_2' => [
'example' => 12345,
'pattern' => '^[0-9]{5}$'
]
]
];