JanetDocsPlaygroundI'm feeling luckyGitHub sign in

string/reverse



    cfunction
    src/core/string.c on line 285, column 1

    (string/reverse str)

    Returns a string that is the reversed version of `str`.


1 exampleSign in to add an example
Loading...
(string/reverse "hello") # => "olleh"
swlkrPlayground