//
pkg.gl
Category
github.com/jcbowen/jcbaseGo
component
validator
package
0.7.2
Repository:
https://github.com/jcbowen/jcbasego.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
135 SLOC
#
Functions
IsChineseIDCard
IsChineseIDCard 检查字符串是否为有效的中国大陆身份证号码(支持15位和18位).
IsEmail
IsEmail 检查字符串是否为有效的电子邮件地址.
IsIP
IsIP 检查字符串是否为有效的 IP 地址,并返回 IP 类型.
IsMobile
IsMobile 检查字符串是否为有效的手机号.
IsPort
IsPort 检查字符串是否为有效的端口.
IsURL
IsURL 检查字符串是否为有效的 URL.
#
Constants
InvalidIP
No description provided by the author
IPv4
No description provided by the author
IPv6
No description provided by the author