文件名称:dutch-postcode-regex:匹配荷兰邮政编码的正则表达式
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-05 12:03:05
nodejs testing regex npm-package regular-expression
荷兰邮政编码正则表达式 匹配荷兰邮政编码的正则表达式 安装 $ npm install dutch-postcode-regex 用法 const dutchPostcodeRegex = require ( 'dutch-postcode-regex' ) ; // Contains a postcode dutchPostcodeRegex ( ) . test ( 'foo 33000AB' ) ; //=> true // Is a postcode dutchPostcodeRegex ( { exact : true } ) . test ( 'bar 2012 ES' ) ; //=> false 'Their postcode is 3121 ar, or was it 3201EB?' . match ( dutchPostcodeRegex ( ) ) ; //=
【文件预览】:
dutch-postcode-regex-master
----.travis.yml(44B)
----index.js(172B)
----test.js(723B)
----package.json(709B)
----readme.md(983B)
----license(1KB)
----.gitignore(14B)
----.npmrc(19B)
----.editorconfig(147B)
----.gitattributes(19B)