# sun-regexp **Repository Path**: pnpm-package/sun-regexp ## Basic Information - **Project Name**: sun-regexp - **Description**: 正则匹配各种验证 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ✨ 常用正则验证 ## 安装 ``` npm install sun-regexp -S ``` ## 开始 ``` import {isIP, isEmail, isTelephone } from 'hj-validate' ``` ## 方法说明 | 属性 | 描述 | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | isPhone | 手机号 | | isTelephone |固定电话 | | isEmail | Email | |isIdCard | 中国大陆身份证 | |isColor | 十六进制颜色值 | |isIP | IP | | isSocialCodeL | 统一社会信用代码 | | isTrim | 去除空格(默认去除全部,可选传left、trim、right) |