loong-js
指南
使用文档
Github
(opens new window)
Gitee
(opens new window)
#
isEmail
校验 邮箱 规则
#
参数
param
string
str 需要校验的字符串
#
返回
return
boolean
校验结果
#
示例
isEmail
(
'123456@qq.com'
)
;
// true
1
←
isBankCard
isHanzi
→