Gets all lines that are at least partially between start and end.
start
end
Text to search in.
Start of the selection.
End of the selection. Defaults to start.
A tuple containing an array of lines, the starting position of the first line, and the ending position of the last line.
Generated using TypeDoc
Gets all lines that are at least partially between
start
andend
.