Reverse the string.
Example:
assert (Strings.reverse ("hello") == "olleh"); assert (Strings.reverse ("a") == "a");
the string to reverse.
reversed string.