# Functions
ContainsAnyString checks if an []interface{} slice contains a query string.
ContainsString checks if a []string slice contains a query string.
FilterString returns a copy of a slice with the items that return true when passed to `test`.
StringKeys returns the keys from a map[string]interface{} as a sorted []string slice.
StringSlice converts an []interface{} slice to a []string slice.