Documentation ¶
Overview ¶
Package stringutils provides helper functions for dealing with strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ellipsis ¶ added in v1.13.0
Ellipsis truncates a string to fit within maxlen, and appends ellipsis (...). For maxlen of 3 and lower, no ellipsis is appended.
func GenerateRandomASCIIString ¶ added in v1.9.0
GenerateRandomASCIIString generates an ASCII random string with length n.
func GenerateRandomAlphaOnlyString ¶
GenerateRandomAlphaOnlyString generates an alphabetical random string with length n.
func InSlice ¶
InSlice tests whether a string is contained in a slice of strings or not. Comparison is case insensitive
func ShellQuoteArguments ¶
ShellQuoteArguments takes a list of strings and escapes them so they will be handled right when passed as arguments to a program via a shell
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.