Skip to content

str::table

table(input: String)
table(input: String, divider: String)

ParameterTypeDescription
inputStringA string consisting of several columns and lines.
(optional) dividerStringThe 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.