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"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Text.Reverse(text as nullable text) as nullable text
Reverses the provided text
.
Reverse the text "123".
Usage
Text.Reverse("123")
Output
"321"