Text.Reverse

Syntax

Text.Reverse(text as nullable text) as nullable text

About

Reverses the provided text.

Example 1

Reverse the text "123".

Usage

Text.Reverse("123")

Output

"321"