# .upper case command (Output processor)

The .upper case command outputs text
in uppercase characters, unless specifically altered by the \ lowercase special control function. The .end
case command terminates the .upper case command.

**Synonyms:** .uc

## Syntax

```
.upper case
```

## Example(s)

```
.upper case
THIS IS THE FIRST SENTENCE.
THIS IS THE SECOND.
.end case
```

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