0.0.8 • Published 6 years ago

easy-verify v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

easy-verify

A js library for common regs,一个常用的正则库

Install && Use(安装&&使用)

npm i easy-verify --save
import verify from 'easy-verify'

verify.isCellPhone(cellphone)
// or
import { isCellPhone } from 'easy-verify'

isCellPhone(cellphone)
// or
const verify = require('easy-verify')

verify.isCellPhone(cellphone)

Main method(主要方法)

All methord return a boolean

isEmpty(input: string): boolean

isCellPhone(input: string): boolean

isTelPhone(input: string): boolean

isZipCode(input: string): boolean

isIdNum(input: string): boolean

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago