readCsv

Borrowed from Adam D. Ruppe, because the one in phobos is an abomination! Returns the array of csv rows from the given in-memory data (the argument is NOT a filename).

package
string[][]
readCsv
(
string data
)

Meta