A simple TSV (tab separated values) structure

Static methods

staticparse(input:String):TSV

Parses TSV formatted string into a useable data structure Endline format will be auto-detected: a single "\r\n" will make it split lines based on windows style endlines, otherwise it will attempt splitting based on unix-style "\n" endlines.

Parameters:

input

tsv-formatted string

Inherited Variables

Inherited Methods

Defined by CSV