Function ReferenceLOWEROn this pageLOWER Converts a text string to all lowercase letters. CategoryTextSyntaxLOWER(text) Parameters ParameterRequiredDescriptiontextRequiredThe text string to convert to lowercase. Example LOWER("HELLO") // → "hello" Auto-generated from the EngCanvas function registry.