cfunction src/core/string.c on line 285, column 1 (string/reverse str) Returns a string that is the reversed version of `str`.
(string/reverse "hello") # => "olleh"