# ^ function

The ^ function prints the following
 character in uppercase. The character to be printed in uppercase
must immediately follow the ^ character. If the ^ character is followed
by a space, the ^ character itself is printed.

## Syntax

```
^ character
```

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