split_stringSplits an input string using the given separator string.
The separator strings are not included in the return array of substring elements.
stringThe input string to be split.
separatorThe string to use as delimiter between substring elements.
splitThe array of substring elements.