reg-verify-c

1.0.0 • Public • Published

介绍

这是一个正则工具,适用于浏览器和 node 服务端

安装

npm i reg-verify-c

api

commonjs 使用

<!-- node.js -->
const validator = require('reg-verify-c')
console.log( validator.emailReg('34234@qq.com') ); // true
<!-- script -->
reg.phoneReg(13450967890)//true

Readme

Keywords

Package Sidebar

Install

npm i reg-verify-c

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.28 kB

Total Files

3

Last publish

Collaborators

  • npmcxh