Converts a custom separated string into a string vector.
Converts a custom separated string into a string vector. This function is doing the same as the function explode but this function honors quotes and escape characters. Separators in quotes or escaped separator-characters are not identified as separators.