`util_separate_and_sort`: For a vector x in which individual cell may have multiple values (separated by 'sep'), sort records within each cell alphabetically.
util_separate_and_sort(x, sep = " ")
An individual cell with multiple values
A separator, a whitespace is the default
A vector of alphabetically sorted records
if (FALSE) util_separate_and_sort("z y x")