Creates a function to parse a separated string into an array of values.
The separator character.
A function that takes a string and returns an array of trimmed, non-empty strings.
Creates a function to parse a separated string into an array of values.