Split a string on a given delimiter, trim the substrings, and remove any blank substrings from the returned array.
The string to split.
The delimiter on which to split.
The split string with blanks removed and the remaining entries trimmed.
Split a string on a given delimiter, trim the substrings, and remove any blank substrings from the returned array.