Added in 1.9.0

$upper(text)

Returns text in uppercase.

Parameters

text - The text to format.

Example

; Print 'text' in uppercase.
//echo -ag $upper(text)