# ^^ function

The ^^ function activates the uppercase
mode and causes the text to switch to uppercase in the same way that
the .upper case command causes the switch, except
that ^^ may be imbedded in a line. Turning off
this function requires the .end case command.

## Syntax

```
^^
```

## See also

- [Control functions](https://d3codex.com/runoff/control-functions/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)
- [^ function](https://d3codex.com/runoff/caret-function/)
- [^^ function](https://d3codex.com/runoff/caret-caret-function/)

---
Source: https://d3codex.com/runoff/caret-caret-function/ - part of the D3Codex reference.
