# .end case command (Runoff)

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

## See also

- [.lower case command (Runoff)](https://d3codex.com/runoff/dot-lower-case-command-runoff/)
- [.standard command (Runoff)](https://d3codex.com/runoff/dot-standard-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-end-case-command-runoff/ - part of the D3Codex reference.
