String.reverse

From GiderosMobile
Revision as of 06:05, 20 January 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.1<br/> '''Class:''' string<br/> === Description === Returns a string that is the string s reversed. <source lang="lua"> (str...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2022.1
Class: string

Description

Returns a string that is the string s reversed.

(string) = string.reverse(s)

Parameters

s: (string) string to reverse

Return values

Returns (string) the string s reversed