Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseStrings ¶
Parses a comma separated list of strings into a slice of strings. The return slice will be sorted and will not contain duplicate or empty items. The values will be converted to lower case.
func RemoveDuplicates ¶
Removes duplicate and empty elements from a slice of strings. This also converts the items in the slice to lower case and returns a sorted slice.
func StrListContains ¶
StrListContains looks for a string in a list of strings.
func StrListSubset ¶
StrListSubset checks if a given list is a subset of another set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.