Returns a function that splits text into a list of text according to the specified delimiter.
function (
delimiter
as text, optionalquoteStyle
as nullable any) as function
Returns a function that splits text into a list of text according to the specified delimiter.
Splitter