Project

General

Profile

Actions

Added in 1.9.0

$upper(text)

Returns text in uppercase.

See also $lower, $islower, $isupper.

Parameters

Parameter Description
text The text to format.

Example

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

Updated by Per Amundsen about 1 year ago · 3 revisions

Also available in: PDF HTML TXT