# ^ command

The ^ command toggles the function of
the wildcard search character used in the l and r commands. Initially, this function is on. When toggled
off, the ^ is treated as any other character. This
allows the r command to look for a literal ^, rather than treating ^ as a wildcard.

## Syntax

```
 ^
```

## See also

- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [r command (Editor processor)](https://d3codex.com/editor/r-command-editor-processor/)

---
Source: https://d3codex.com/editor/caret-command/ - part of the D3Codex reference.
