standard.lib.str.ToUpper

ToUpper is available since version 1.0.

Prototype:

string ToUpper(string str)

Description:

Creates a new string from the given one, in uppercase.

Return value:

Returns an uppercase string.