文件名称:is-phone:检查字符串是否是有效的电话号码
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-18 08:43:11
JavaScript
是电话 检查字符串是否是有效的电话号码。 这使用test而不是match来确保它尽可能快: : 。 安装 npm i --save is-phone 用法 var isPhone = require ( 'is-phone' ) ; isPhone ( 'invalid-phone-number' ) // => false isPhone ( '123 456 7890' ) // => true isPhone ( { } ) // => throws TypeError 执照 麻省理工学院 贡献 分叉吧 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请
【文件预览】:
is-phone-master
----.travis.yml(38B)
----LICENSE(1KB)
----test()
--------test.js(910B)
----README.md(885B)
----.gitignore(13B)
----index.js(223B)
----package.json(748B)