Splits a string by a delimiter, ignoring any quoted sections.
The string to split.
The delimiter to split by (default is undefined).
The quote character used to ignore splits inside quoted sections (default is undefined).
An array of strings split by the delimiter, ignoring quoted sections.
Splits a string by a delimiter, ignoring any quoted sections.