Skip to content

parse::table

table(stringValue: String, headerColumns...)

ParameterTypeDescription
stringValueStringThe string to parse.
(variadic) headerColumns*Header columns for the table, if the input does not have a header.

Parses a string into a Table. Only works for tables separates by tabs or 2+ spaces.

Returns

(Table)