Documentation
¶
Index ¶
- func ContainLetter(str string) bool
- func ContainLower(str string) bool
- func ContainUpper(str string) bool
- func ContainsChinese(str string) bool
- func IsAllLower(str string) bool
- func IsAllUpper(str string) bool
- func IsAlpha(str string) bool
- func IsBase64(str string) bool
- func IsCreditCard(str string) bool
- func IsDns(str string) bool
- func IsEmail(str string) bool
- func IsEmptyString(str string) bool
- func IsFloatStr(str string) bool
- func IsIntStr(str string) bool
- func IsIp(str string) bool
- func IsIpV4(str string) bool
- func IsIpV6(str string) bool
- func IsJSON(str string) bool
- func IsNumberStr(str string) bool
- func IsPort(str string) bool
- func IsRegexMatch(str string, regex string) bool
- func IsStrongPassword(str string, length int) (bool, int)
- func IsUrl(str string) bool
- func IsWeakPassword(str string) bool
- func IsZeroValue(value interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainLetter ¶
func ContainLower ¶
func ContainUpper ¶
func ContainsChinese ¶
func IsAllLower ¶
func IsAllUpper ¶
func IsCreditCard ¶
func IsEmptyString ¶
func IsFloatStr ¶
func IsNumberStr ¶
func IsRegexMatch ¶
func IsWeakPassword ¶
func IsZeroValue ¶
func IsZeroValue(value interface{}) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.