Splits and flattens a list of strings based on a separator.
Array of strings to split and flatten.
Separator to use for splitting.
Flattened and splitted array of strings.
Splits and flattens a list of strings based on a separator.