Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 329 Bytes

text-reverse.md

File metadata and controls

29 lines (19 loc) · 329 Bytes
description title
Learn more about: Text.Reverse
Text.Reverse

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"