Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //RegIDcheck 检查身份证 RegIDcheck = regexp.MustCompile(`(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X)$)`) //RegHTTPCheck 检查HTTP格式 RegHTTPCheck = regexp.MustCompile(`^((https|http|ftp|rtsp|mms)?:\/\/)[^\s]+`) //RegPhoneCheck 检查电话格式 RegPhoneCheck = regexp.MustCompile(`1[345678]\d{9}`) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.