8.2.57.15 string.reverse

Method: out = reverse (obj)

Reverse string, character-wise.

Reverses the characters in each string in obj. This operates on Unicode characters (code points), not on bytes, so it is guaranteed to produce valid UTF-8 as its output.

Returns a string array the same size as obj.