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