TextText.Reverse本页总览Text.Reverse Text.Reverse Syntax Text.Reverse( text as text) as text Remarks 反向所提供的 text。 Examples Example #1 反向文本 "123"。 Text.Reverse("123") Result: "321" Category Text.Transformations