reverse

open fun reverse(s: String): String

Reverse the string.

Return

the reverse string.

Parameters

s

The string.