1.0.3 • Published 2 years ago

regular-utils-plus v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

下载方式

大部分正则作者亲自测试过的,如有问题欢迎提出

npm i regular-utils-plus

页面使用例子

// 验证手机号
import { passwordRegular } from 'regular-utils-plus'

let regPass = passwordRegular();

const result = regPass.test('18570745665');

console.log(result); 
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago