Return the uppercase version of a string

Syntax

UPPER …string-expr…

Typing

STRING -> STRING

Description

For now, strings are just variable length sequences of bytes. However, the plan is to make them UTF8 though.

Examples

expression evaluates to
UPPER "Foo Bar Baz" "FOO BAR BAZ"

See Also

Return the lowercase version of a string