@hubxu/utils / Exports / validate
▸ isChineseName(str
): boolean
验证是否是中文名
Name | Type |
---|---|
str |
string |
boolean
▸ isEmailValid(address
): boolean
验证是否是邮箱
Name | Type |
---|---|
address |
string |
boolean
▸ isIDCard(str
): boolean
验证是否是身份证号,支持一代和二代身份证号(15/18位)
Name | Type |
---|---|
str |
string |
boolean
▸ isIDCardNew(str
): boolean
验证是否是二代身份证号(2代,18位数字),最后一位是校验位,可能为数字或字符X
Name | Type |
---|---|
str |
string |
boolean