Return the lowercase version of a string

Syntax

LOWER …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
LOWER "Foo Bar Baz" "foo bar baz"

See Also

Return the uppercase version of a string