1.0.0 • Published 4 years ago
regwheel v1.0.0
介绍
关于正则的包
install
npm i regwheel
Api
let regwheel = require('luozhikang--regwheel'); console.log( regwheel.isEmail('2754478651@qq.com') ); // true console.log( regwheel.isPhone('2754478651@qq.com') ); // false
FAQ
1.0.0
4 years ago