Splitter.SplitTextByCharacterTransition
Syntax
Splitter.SplitTextByCharacterTransition(before as anynonnull, after as anynonnull) as function
About
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.