> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Lowercase

> Convert every letter in a string to lowercase.

The **Lowercase** action converts text with JavaScript's standard lowercase
rules. Non-letter characters remain unchanged.

## Inputs

| Input    | Type   | Required | Description          |
| -------- | ------ | -------- | -------------------- |
| **Text** | String | Yes      | The text to convert. |

## Outputs

| Output   | Type   | Description                            |
| -------- | ------ | -------------------------------------- |
| **text** | String | The input text converted to lowercase. |

For example, `Invoice #A19` becomes `invoice #a19`.
