Splitter.SplitTextByCharacterTransition

Syntax

Splitter.SplitTextByCharacterTransition(before as anynonnull, after as anynonnull) as function

Description

Returns a function that splits text into a list of text according to a transition from one kind of character to another. The before and after parameters can either be a list of characters, or a function that takes a character and returns true/false.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Splitter Functions / Splitter.SplitTextByCharacterTransition