Documentation
¶
Index ¶
- Variables
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var ChinaMobileReg *regexp.Regexp
View Source
var CompactMacaddrReg *regexp.Regexp
View Source
var CompactTimeReg *regexp.Regexp
View Source
var DateCompactReg *regexp.Regexp
View Source
var DateExcelReg *regexp.Regexp
View Source
var DateReg *regexp.Regexp
View Source
var DomainNameReg *regexp.Regexp
View Source
var DomainSrvReg *regexp.Regexp
View Source
var EUCurrencyReg *regexp.Regexp
View Source
var EmailReg *regexp.Regexp
View Source
var FSFormatReg *regexp.Regexp
View Source
var FloatReg *regexp.Regexp
View Source
var FullISOTimeReg2 *regexp.Regexp
View Source
var FullIsoTimeReg *regexp.Regexp
View Source
var FullNormalTimeReg *regexp.Regexp
View Source
var FunctionReg *regexp.Regexp
View Source
var ISONoSecondTimeReg2 *regexp.Regexp
View Source
var ISOTimeReg *regexp.Regexp
View Source
var IntegerReg *regexp.Regexp
View Source
var IsoNoSecordTimeReg *regexp.Regexp
View Source
var IsoTimeReg2 *regexp.Regexp
View Source
var MacaddrReg *regexp.Regexp
View Source
var MonthReg *regexp.Regexp
View Source
var MySqlTimeReg *regexp.Regexp
View Source
var NameReg *regexp.Regexp
View Source
var NormalTimeReg *regexp.Regexp
View Source
var NsptrReg *regexp.Regexp
View Source
var RFC2882TimeReg *regexp.Regexp
View Source
var SizeReg *regexp.Regexp
View Source
var USCurrencyReg *regexp.Regexp
View Source
var UUIDExactReg *regexp.Regexp
View Source
var UUIDReg *regexp.Regexp
View Source
var ZStackTimeReg *regexp.Regexp
Functions ¶
func MatchCompactMacAddr ¶
func MatchCompactTime ¶
func MatchDateCompact ¶
func MatchDateExcel ¶
func MatchDomainName ¶
func MatchDomainSRV ¶
func MatchEUCurrency ¶
func MatchEmail ¶
func MatchFloat ¶
func MatchFullISOTime ¶
func MatchFullISOTime2 ¶
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.