# Functions
EqualStringMaps tests whether two map[string]string objects are equal.
ParseStringSlice parses a `sep`-separated list of strings into a []string with surrounding whitespace removed.
RemoveDuplicates removes duplicate and empty elements from a slice of strings.
StrListContains looks for a string in a list of strings.
TrimStrings takes a slice of strings and returns a slice of strings with trimmed spaces.