Const Regs
Regs: { cellPhone: RegExp; chinese: RegExp; email: RegExp; floatminus: RegExp; floatplus: RegExp; integer: RegExp; landline: RegExp; pwd: RegExp; url: RegExp } = ...
Type declaration
-
cellPhone: RegExp
-
chinese: RegExp
-
email: RegExp
-
floatminus: RegExp
-
floatplus: RegExp
-
integer: RegExp
-
landline: RegExp
-
pwd: RegExp
-
url: RegExp
常用正则 cellPhone手机号码验证;landline座机;email邮件验证;domain网址验证 不精确到后缀; pwd 密码由数字和字母6-16位