If true, then the delimiter is included in each element of the range (if present from the original iopipe).
The iopipe to range-ify.
The dchar to use for delimiting.
An input range whose elements are the delimited text segments, with or without delimiters as specified by the KeepDelimiter boolean.
Given a text iopipe, returns a range based on splitting the text by a given code point. This has the advantage over delimitedText.asRange in that the delimiter can be hidden.