Returns a function that splits text into a list of text at any of the specified delimiters.
function (
delimiters
as list, optionalquoteStyle
as nullable any, optionalstartAtEnd
as nullable any) as function
Returns a function that splits text into a list of text at any of the specified delimiters.
Splitter