![]()
Assert the parameter is a token.
Arguments:
|
code » | ||
![]()
Calculate the line and column for an index in a string.
TODO(nnaze): Consider moving to goog.string.newlines.
|
code » | ||
Get a debug string of a line and a pointing caret beneath it.
|
code » | ||
No description.
|
code » | ||
![]()
No description.
Returns: goog.labs.format.csv.Token
The next token in the stream.
|
code » | ||
Parses a CSV string to create a two-dimensional array.
This function does not process header lines, etc -- such transformations can
be made on the resulting array.
|
code » | ||
![]()
Push a single token into the push-back variable.
Arguments:
|
code » | ||
Read a field from input.
Returns: string | !goog.labs.format.csv.Sentinels_
The field, as a string,
or a sentinel (if applicable).
|
code » | ||
Read a quoted field from input.
Returns: string
The field, as a string.
|
code » | ||
Read the next record.
|
code » |