Kaya 0.4.4 reference for Prelude::toUpper

List of functions and data types in Prelude

String toUpper(String s)

Arguments

Usage

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

s = toUpper("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