parse::table 
table(stringValue: String, headerColumns...) 
| Parameter | Type | Description | 
|---|---|---|
| stringValue | String | The 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)