1.0.0 • Published 2 years ago

wl__verification_util v1.0.0

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

工具类 手机号 邮箱 姓名 字母校验

更新

安装

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";