Funzione
Nativa
string.reverse
Returns a string that is the string <code>s</code> reversed.
Non ancora tradotto
Sintassi
string.reverse(str)
Parametri
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
str
|
string | — | The string to be reversed. |
Valore restituito
- string