tm_strrev
Function
tm_strrev
reverses the characters in a string. Note that the characters are treated as Unicode characters (in technical terms, Unicode grapheme cluster boundaries are respected).
hcl
tm_strrev(string)
Examples
sh
tm_strrev("hello")
olleh
tm_strrev("a ☃")
☃ a
Related Functions
tm_reverse
reverses a sequence.