Split a comma separated string into a set of the items in the string.
Whitespace in the items in removed.
str
The comma separated string to split.
set
A set of the items that were separated by a comma.
set_from_comma_separated_string()