setono/postal-code-regular-expressions
最新稳定版本:v1.1.0
Composer 安装命令:
composer require setono/postal-code-regular-expressions
包简介
List of regular expressions for postal codes to use in your validation of postal codes
README 文档
README
Installation
The easiest way to install this library is by installing the library along with its HTTP client dependencies:
composer require setono/postal-code-regular-expressions
Usage
<?php $postalCodes = require 'postal_code_regular_expressions.php'; if (preg_match($postalCodes['DK'], '9000') === 1) { // the postal code is valid }
统计信息
- 总下载量: 2.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-19