> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# Lower

Converts a given string to lowercase.

Along with **Upper** and **Proper**, this is useful for bypassing case-sensitivity in other Text functions.

## Usage

`Lower(text)`

**text** (required) A string or column where each row contains a string.

## Example

`Lower("PLEASE KEEP QUIET IN THE LIBRARY")`

* Returns “please keep quiet in the library”

## Related resources

* [Upper](/docs/upper)
* [Proper](/docs/proper)