splitToFlow

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

Parameters

sequence

the sequence of characters to split