Skip to main content

LOWER

Convert a string to lower case

Example Usage

LOWER("HeLLo") -> "hello"

Overview

Function signature
LOWER(value)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringValue to convert to lower case