Skip to main content

LOWER

Converts text to all lowercase characters

Description

The LOWER() function is used to transform text into lowercase characters. This function is handy for standardizing text data, making it case-insensitive, or for consistent formatting.

Syntax

LOWER(text)

Output

text

Variables

  1. text: The input text string that you want to convert to lowercase.

Example

LOWER(`Original Text`)

ID

Original Text

LOWER

1

Hello, World!

hello, world!

2

Example Text

example text

3

sAvAnT aNaLyTiCs

savant analytics

Did this answer your question?