Splits a string into an array of strings based on the presence of a comma.
The string to be split.
An array of strings after splitting the input string.
Splits a string into an array of strings based on the presence of a comma.