split To Flow
Splits sequence into string components and makes them available through a Flow, which may be lazily evaluated. If you want an eagerly computed List, use Splitter.splitToList.
Return
a flow for the segments split from the parameter
See also
consume As Flow
Parameters
sequence
the sequence of characters to split