str::table
table(input: String)
table(input: String, divider: String)
Parameter | Type | Description |
---|---|---|
input | String | A string consisting of several columns and lines. |
(optional) divider | String | The character sequence that divides the columns. Default: "\t" |
Gets a list of columns from a multi-line string.
Returns
(List) A list of lists of columns.