isBlankUntilEndOfLine

Whether the content of this string between startIndex and the end of the first line is blank. If startIndex is beyond the first line, this returns true.

Return

true if the remainder of the first line after startIndex is blank or startIndex is past the first line

Parameters

startIndex

index to start checking from