Find indexOf CR, LF, or CRLF
The search string
The offset for searching
Include the length in the return value
When includeLength is true, returns a pair of [offset, length] to provide the length of CR (1), LF (1) or CRLF (2)
Find indexOf CR, LF, or CRLF