Power Query
published
Search
⌃K

Splitter.SplitTextByAnyDelimiter

Splitter.SplitTextByAnyDelimiter

Returns a function that splits text into a list of text at any of the specified delimiters.
function (delimiters as list, optional quoteStyle as nullable any, optional startAtEnd as nullable any) as function

Description

Returns a function that splits text into a list of text at any of the specified delimiters.

Category

Splitter