> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/string-functions/reverse.md).

# Reverse

Reverses an input string value

```mathematica
Reverse("ylfrettuB") → "Butterfly"
Reverse("2002") → 2002
```

#### Inputs

`Reverse(string)`

* `string` - A text value
