文件名称:postwoman:提取、验证和规范化英国邮政编码
文件大小:4.1MB
文件格式:ZIP
更新时间:2024-07-27 18:25:04
JavaScript
邮递员 Postwoman . validate ( 'foo' ) ; // false Postwoman . validate ( 'PE129PP' ) ; // true Postwoman . validate ( 'PE12 9PP' ) ; // true Postwoman . normalise ( 'pe129pp' ) ; // PE12 9PP Postwoman . match ( 'PE12 9PP; LE4 4DR; PE12 9PP' ) ; // ['PE12 9PP', 'LE4 4DR'] Postwoman . match ( '
PE12 9PP
LE4 4DR
PE12 9PP
【文件预览】:
postwoman-master
----.gitignore(61B)
----.gitdown()
--------README.md(2KB)
----package.json(793B)
----src()
--------postwoman.js(3KB)
----.travis.yml(165B)
----gulpfile.js(2KB)
----dist()
--------postwoman.min.js(13KB)
--------postwoman.js(60KB)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------postwoman.js(3KB)
--------fixtures()
----bower.json(268B)