Kaya 0.4.4 reference for Prelude::toLower

List of functions and data types in Prelude

String toLower(String s)

Arguments

Usage

Returns a copy of the string with all letters lower-cased

s = toLower("Hello World!");
// s = "hello world!"

This function may give unusual results with non-ASCII characters.

Related

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