reverse
reverse(v [, start=1 [, stop=length(v) ]] )
Return a copy of v
reversed from start to stop.
Examples
julia> reverse("TestOne")
"enOtseT"
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.