byLine

A convenience wrapper for delimitedText that uses the newline character '\n' to delimit the segments. Equivalent to delimitedText(c, '\n');

byLine
(
Chain
)
(
Chain c
)

Parameters

c Chain

The input text iopipe. This must have a window whose elements are valid character types.

Return Value

Type: auto

A line delimited iopipe.

Meta