Documentation ¶
Overview ¶
Package str provides string manipulation utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FoldDup ¶
FoldDup reports a pair of strings from the list that are equal according to strings.EqualFold. It returns "", "" if there are no such strings.
func SplitQuotedFields ¶
SplitQuotedFields splits s into a list of fields, allowing single or double quotes around elements. There is no unescaping or other processing within quoted fields.
func StringList ¶
func StringList(args ...interface{}) []string
StringList flattens its arguments into a single []string. Each argument in args must have type string or []string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.