Documentation ¶ Index ¶ func CheckEmail(email string) bool func CheckHHmm(hs string) bool func CheckHHmmss(hs string) bool func CheckIdCard(card string) bool func CheckInterIp(ip string) bool func CheckIpv4(ip string) bool func CheckIpv6(ip string) bool func CheckMobile(phone string) bool func CheckPwd(pwd string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckEmail ¶ func CheckEmail(email string) bool func CheckHHmm ¶ func CheckHHmm(hs string) bool CheckHHmm 匹配 HH:ss func CheckHHmmss ¶ func CheckHHmmss(hs string) bool CheckHHmmss 匹配 HH:ss func CheckIdCard ¶ func CheckIdCard(card string) bool CheckIdCard 检验身份证 func CheckInterIp ¶ func CheckInterIp(ip string) bool CheckInterIp 内网IP func CheckIpv4 ¶ func CheckIpv4(ip string) bool CheckIpv4 IPv4 func CheckIpv6 ¶ func CheckIpv6(ip string) bool func CheckMobile ¶ func CheckMobile(phone string) bool CheckMobile 检验手机号 func CheckPwd ¶ func CheckPwd(pwd string) bool Types ¶ This section is empty. Source Files ¶ View all Source files regexp.go Click to show internal directories. Click to hide internal directories.