Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
zip_codes.php
Go to the documentation of this file.
1 <?php
7 return [
8  'US' => [
9  'pattern_1' => [
10  'example' => 12345,
11  'pattern' => '^[0-9]{5}\-[0-9]{4}$'
12  ],
13  'pattern_2' => [
14  'example' => 12345,
15  'pattern' => '^[0-9]{5}$'
16  ]
17  ]
18 ];