DRAFTThis page is not published. Only visible in development mode.
text module

text::reverse

Reverse the characters in a string.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to reverse.

Return Value

Returns a Utf8 with the characters in reverse order.

Examples

$ Reverse a string
$ ctrl+enter to run

Related Functions