REVERSE
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Reverse a string.
Syntax
REVERSE(<string>)
Example
reverse("1234") // "4321"
reverse(null) // null