Arbortext Command Language
>
Functions by Alphabetical Listing
> reverse
reverse
reverse
(
s
)
This function returns a copy of string
s
with the characters in reverse order. For example,
reverse("abcd")
returns "dcba".
Was this helpful?
This site works best with JavaScript enabled