goog.string.newlines.Line |
string
: string
The original string.
|
startLineIndex
: number
The index of the start of the line.
|
endContentIndex
: number
The index of the end of the line, excluding
newlines.
|
endLineIndex
: number
The index of the end of the line, index
newlines.
|
![]()
Index of the end of the line, excluding any newline characters.
Index is the first character after the line, suitable for
String.substring().
|
Code » | |
![]()
Index of the end of the line, excluding any newline characters.
Index is the first character after the line, suitable for
String.substring().
|
Code » | |
![]()
Index of the start of the line.
|
Code » | |
![]()
The original string.
|
Code » |