wangwei-regtool

1.1.1 • Public • Published

正则的使用

使用

  • 安装
npm i wangwei-regtool
  • 语法
let regTool = require('wangwei-regTool');
console.log( regTool.isEmail('23423@qq.com') ); // true
console.log( regTool.isEmail('23423qq.com') ); // false

Readme

Keywords

Package Sidebar

Install

npm i wangwei-regtool

Weekly Downloads

5

Version

1.1.1

License

ISC

Unpacked Size

3.16 kB

Total Files

6

Last publish

Collaborators

  • wangxunwei