Versions in this module Expand all Collapse all v1 v1.10.0 Jan 19, 2024 Changes in this version + var CLICKHOUSE_TIME_REG *regexp.Regexp + var FULLISO_TIME_REG3 *regexp.Regexp + func MatchCIDR6(str string) bool + func MatchClickhouseTime(str string) bool + func MatchFullISOTime3(str string) bool v1.0.0 Apr 13, 2022 Changes in this version + var CHINA_MOBILE_REG *regexp.Regexp + var COMPACT_MACADDR_REG *regexp.Regexp + var COMPACT_TIME_REG *regexp.Regexp + var DATE_COMPACT_REG *regexp.Regexp + var DATE_EXCEL_REG *regexp.Regexp + var DATE_REG *regexp.Regexp + var DOMAINNAME_REG *regexp.Regexp + var DOMAINSRV_REG *regexp.Regexp + var EMAIL_REG *regexp.Regexp + var EU_CURRENCY_REG *regexp.Regexp + var FLOAT_REG *regexp.Regexp + var FS_FORMAT_REG *regexp.Regexp + var FULLISO_TIME_REG *regexp.Regexp + var FULLISO_TIME_REG2 *regexp.Regexp + var FULLNORMAL_TIME_REG *regexp.Regexp + var FUNCTION_REG *regexp.Regexp + var INTEGER_REG *regexp.Regexp + var ISO_NO_SECOND_TIME_REG *regexp.Regexp + var ISO_NO_SECOND_TIME_REG2 *regexp.Regexp + var ISO_TIME_REG *regexp.Regexp + var ISO_TIME_REG2 *regexp.Regexp + var MACADDR_REG *regexp.Regexp + var MONTH_REG *regexp.Regexp + var MYSQL_TIME_REG *regexp.Regexp + var NAME_REG *regexp.Regexp + var NORMAL_TIME_REG *regexp.Regexp + var NSPTR_REG *regexp.Regexp + var RFC2882_TIME_REG *regexp.Regexp + var SIZE_REG *regexp.Regexp + var US_CURRENCY_REG *regexp.Regexp + var UUID_EXACT_REG *regexp.Regexp + var UUID_REG *regexp.Regexp + var ZSTACK_TIME_REG *regexp.Regexp + func MatchCIDR(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 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