JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

string/reverse

core-api


    cfunction
    src/core/string.c on line 284, 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