1. 首页
  2. 移动开发
  3. 其他
  4. postal code helpers:Intl的助手。邮递区号 源码

postal code helpers:Intl的助手。邮递区号 源码

上传者: 2021-04-04 04:13:24上传 ZIP文件 61.98KB 热度 8次
邮政编码助手 轻量级助手,用于与数据一起基于数据提取,验证或定位邮政编码。 安装 > npm i postal-code-helpers import postalCodeHelpers from 'postal-code-helpers' ; 用法 从字符串中提取邮政编码 postalCodeHelpers . extract ( 'this is a postal code 10999' , 'DE' ) ; // ['10999'] postalCodeHelpers . extract ( 'this .10247, is a r23412345341 postal code 10999' , 'DE' ) ; // ['10247', '10999'] postalCodeHelpers . extract ( 'this is a post code 10999213423
下载地址
用户评论