Documentation
¶
Index ¶
- Constants
- func Black(str string) string
- func Blue(str string) string
- func Cyan(str string) string
- func Green(str string) string
- func Is400(str string) bool
- func IsChineseCharacter(str string) bool
- func IsEmail(str string) bool
- func IsFloat(str string) bool
- func IsHMS(str string) bool
- func IsHMS_APM(str string) bool
- func IsIP(str string) bool
- func IsNumber(str string) bool
- func IsNumber_M_N(str string, m, n int) bool
- func IsPhone(str string) bool
- func IsSpecialSymbols(str string) bool
- func IsTelephone(str string) bool
- func IsWindows() bool
- func IsYMD(str string) bool
- func IsYMDHMS(str string) bool
- func Magenta(str string) string
- func Red(str string) string
- func White(str string) string
- func Yellow(str string) string
Constants ¶
View Source
const ( TextBlack = iota + 30 TextRed TextGreen TextYellow TextBlue TextMagenta TextCyan TextWhite )
Variables ¶
This section is empty.
Functions ¶
func IsChineseCharacter ¶
func IsNumber_M_N ¶
func IsSpecialSymbols ¶
func IsTelephone ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.