wl__verification_util
v1.0.0
Published
校验工具类
Downloads
9
Maintainers
Readme
工具类 手机号 邮箱 姓名 字母校验
更新
安装
npm install wl_verification_util --save-dev
使用
// 按需引入
import {
isEmail,
checkEmail,
isMobile,
checkMobilePhone,
isPhone,
isURL,
checkURL,
checkLowercase,
checkUppercase,
checkUpperAndLowerCase,
checkPcOrPad,
checkCardId,
checkChinese,
checkInteger,
checkDecimal,
chenkEmpty,
checkSpecialCharacter,
checkLetterAndNumber,
} from "../npm_plugin/wl_verification_util/index.js";
// 全量引入
import verificationUtils from "../npm_plugin/wl_verification_util/index.js";