lcase

Convert a string to lowercase

Syntax

lcase(string_expr)

Arguments

string_expr A character string or an expression returning a character string value.

Description

This scalar string function converts the specified string to lowercase. The string can be an ASCII string or a Unicode string. If a Unicode string is specified, the function returns a Unicode string.