Documentation ¶
Index ¶
- Variables
- func MatchCIDR(str string) bool
- func MatchCIDR6(str string) bool
- func MatchClickhouseTime(str string) bool
- func MatchCompactMacAddr(str string) bool
- func MatchCompactTime(str string) bool
- func MatchDate(str string) bool
- func MatchDateCompact(str string) bool
- func MatchDateExcel(str string) bool
- func MatchDomainName(str string) bool
- func MatchDomainSRV(str string) bool
- func MatchEUCurrency(str string) bool
- func MatchEmail(str string) bool
- func MatchFS(str string) bool
- func MatchFloat(str string) bool
- func MatchFullISOTime(str string) bool
- func MatchFullISOTime2(str string) bool
- func MatchFullISOTime3(str string) bool
- func MatchFullNormalTime(str string) bool
- func MatchFunction(str string) bool
- func MatchIP4Addr(str string) bool
- func MatchIP6Addr(str string) bool
- func MatchIPAddr(str string) bool
- func MatchISONoSecondTime(str string) bool
- func MatchISONoSecondTime2(str string) bool
- func MatchISOTime(str string) bool
- func MatchISOTime2(str string) bool
- func MatchInteger(str string) bool
- func MatchMacAddr(str string) bool
- func MatchMobile(str string) bool
- func MatchMonth(str string) bool
- func MatchMySQLTime(str string) bool
- func MatchName(str string) bool
- func MatchNormalTime(str string) bool
- func MatchPtr(str string) bool
- func MatchRFC2882Time(str string) bool
- func MatchSize(str string) bool
- func MatchUSCurrency(str string) bool
- func MatchUUID(str string) bool
- func MatchUUIDExact(str string) bool
- func MatchZStackTime(str string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var CHINA_MOBILE_REG *regexp.Regexp
View Source
var CLICKHOUSE_TIME_REG *regexp.Regexp
View Source
var COMPACT_MACADDR_REG *regexp.Regexp
View Source
var COMPACT_TIME_REG *regexp.Regexp
View Source
var DATE_COMPACT_REG *regexp.Regexp
View Source
var DATE_EXCEL_REG *regexp.Regexp
View Source
var DATE_REG *regexp.Regexp
View Source
var DOMAINNAME_REG *regexp.Regexp
View Source
var DOMAINSRV_REG *regexp.Regexp
View Source
var EMAIL_REG *regexp.Regexp
View Source
var EU_CURRENCY_REG *regexp.Regexp
View Source
var FLOAT_REG *regexp.Regexp
View Source
var FS_FORMAT_REG *regexp.Regexp
View Source
var FULLISO_TIME_REG *regexp.Regexp
View Source
var FULLISO_TIME_REG2 *regexp.Regexp
View Source
var FULLISO_TIME_REG3 *regexp.Regexp
View Source
var FULLNORMAL_TIME_REG *regexp.Regexp
View Source
var FUNCTION_REG *regexp.Regexp
View Source
var INTEGER_REG *regexp.Regexp
View Source
var ISO_NO_SECOND_TIME_REG *regexp.Regexp
View Source
var ISO_NO_SECOND_TIME_REG2 *regexp.Regexp
View Source
var ISO_TIME_REG *regexp.Regexp
View Source
var ISO_TIME_REG2 *regexp.Regexp
View Source
var MACADDR_REG *regexp.Regexp
View Source
var MONTH_REG *regexp.Regexp
View Source
var MYSQL_TIME_REG *regexp.Regexp
View Source
var NAME_REG *regexp.Regexp
View Source
var NORMAL_TIME_REG *regexp.Regexp
View Source
var NSPTR_REG *regexp.Regexp
View Source
var RFC2882_TIME_REG *regexp.Regexp
View Source
var SIZE_REG *regexp.Regexp
View Source
var US_CURRENCY_REG *regexp.Regexp
View Source
var UUID_EXACT_REG *regexp.Regexp
View Source
var UUID_REG *regexp.Regexp
View Source
var ZSTACK_TIME_REG *regexp.Regexp
Functions ¶
func MatchCIDR6 ¶ added in v1.10.0
func MatchClickhouseTime ¶ added in v1.10.0
func MatchCompactMacAddr ¶
func MatchCompactTime ¶
func MatchDateCompact ¶
func MatchDateExcel ¶
func MatchDomainName ¶
func MatchDomainSRV ¶
func MatchEUCurrency ¶
func MatchEmail ¶
func MatchFloat ¶
func MatchFullISOTime ¶
func MatchFullISOTime2 ¶
func MatchFullISOTime3 ¶ added in v1.10.0
func MatchFullNormalTime ¶
func MatchFunction ¶
func MatchIP4Addr ¶
func MatchIP6Addr ¶
func MatchIPAddr ¶
func MatchISONoSecondTime ¶
func MatchISONoSecondTime2 ¶
func MatchISOTime ¶
func MatchISOTime2 ¶
func MatchInteger ¶
func MatchMacAddr ¶
func MatchMobile ¶
func MatchMonth ¶
func MatchMySQLTime ¶
func MatchNormalTime ¶
func MatchRFC2882Time ¶
func MatchUSCurrency ¶
func MatchUUIDExact ¶
func MatchZStackTime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.