Splitter.SplitTextByCharacterTransition
This function produces a result that separates text into a list based on a change from one type of character to another. The before and after inputs can be a list of characters, or a function that eva...
Splitter.SplitTextByCharacterTransition(before as anynonnull, after as anynonnull) as function
This function produces a result that separates text into a list based on a change from one type of character to another. The before and after inputs can be a list of characters, or a function that evaluates a character and outputs true or false.