Kaya 0.5.2 reference for Strings::fields

List of functions and data types in Strings

[String] fields(String input, [Char] delimiters, [Char] escape)

Arguments

Usage

This function splits a string into fields. For example, to split a CSV file, you could use fields(input,[',','\n'],['"']);. This will treat commas and newlines as field separators, except within quoted strings.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya