# .lower case command (Output processor)

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.
```

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