# .lower case command (Runoff)

The .lower case command outputs text
in lowercase characters. The .end case command
terminates this command.

**Synonyms:** .lc

## Syntax

```
.lower case
```

## Example(s)

```
.lower case
THIS TEXT WILL BE PRINTED IN LOWERCASE LETTERS.
```
Produces:

```
this text will be printed in lowercase letters.
```

## See also

- [.end case command (Runoff)](https://d3codex.com/runoff/dot-end-case-command-runoff/)
- [.upper case command (Runoff)](https://d3codex.com/runoff/dot-upper-case-command-runoff/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)
- [\\ function](https://d3codex.com/runoff/backslash-backslash-function/)

---
Source: https://d3codex.com/runoff/dot-lower-case-command-runoff/ - part of the D3Codex reference.
