Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Text.Reverse(text as nullable text) as nullable text
About
Reverses the provided text.
Example
Reverse the text "123".
Usage
Text.Reverse("123")
Output
"321"