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"
Този браузър вече не се поддържа.
Надстройте до Microsoft Edge, за да се възползвате от най-новите функции, актуализации на защитата и техническа поддръжка.
Text.Reverse(text as nullable text) as nullable text
Reverses the provided text
.
Reverse the text "123".
Usage
Text.Reverse("123")
Output
"321"