Text.Reverse
function (optional text as nullable any) as nullable any
text
Reverses the provided text.
Text.Transformations
Reverse the text "123".
Text.Reverse("123")
"321"