Documentation ¶
Index ¶
- func BasicWordWrap(input string, maxChars int) (output string)
- func CleanCRLF(s string) string
- func EqualStringSlices(a, b []string) (same bool)
- func HasSpace(text string) bool
- func IsBoolean(text string) bool
- func IsEmpty(text string) bool
- func IsFalse(text string) bool
- func IsTrue(text string) bool
- func IsUrl(str string) (isUrl bool)
- func MakeObjectName(tag, user, address string) (name string)
- func NLSprintf(format string, argv ...interface{}) string
- func PadLeft(src, pad string, length int) string
- func PadRight(src, pad string, length int) string
- func StringIsDomainName(input string) bool
- func StringIsIP(input string) bool
- func StringIsIPv4(input string) bool
- func StringIsIPv6(input string) bool
- func StringSliceHasValue(slice []string, value string) (has bool)
- func StripTags(input string) (output string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicWordWrap ¶
func EqualStringSlices ¶ added in v0.5.8
func MakeObjectName ¶
func StringIsDomainName ¶ added in v0.5.8
func StringIsIP ¶ added in v0.5.8
func StringIsIPv4 ¶ added in v0.5.8
func StringIsIPv6 ¶ added in v0.5.8
func StringSliceHasValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.