Reverse the string.

Twine\Str::reverse( void ) : Twine\Str

Examples

$string = new Twine\Str('john pinkerton');

        $string->reverse(); // Returns 'notreknip nhoj'