# .end case command (Output processor)

The .end case command disables any previous .upper case or .lower case commands.

**Synonyms:** .ec

## Syntax

```
.end case
```

## Example(s)

```
.upper case
this is the first sentence.
this is the second.
.end case
```

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