Return the indexed line, where each line is identified by a \n or \r\n combination. The line terminator is stripped from the resultant line
Note that src content is not duplicated by this function, but is sliced instead.
See Implementation
Return the indexed line, where each line is identified by a \n or \r\n combination. The line terminator is stripped from the resultant line
Note that src content is not duplicated by this function, but is sliced instead.