Skip to main content

LOWER

Converts a text string to all lowercase letters.

CategoryText
SyntaxLOWER(text)

Parameters

ParameterRequiredDescription
textRequiredThe text string to convert to lowercase.

Example

LOWER("HELLO")       // → "hello"

Auto-generated from the EngCanvas function registry.