reverse
<string_w>:reverse()
Ritorna la stringa invertita.
Esempio.
local auto = _U("??????????")
local res = auto:reverse() --> "??????????"
<string_w>:reverse()
Ritorna la stringa invertita.
Esempio.
local auto = _U("автомобиль")
local res = auto:reverse() --> "ьлибомотва"
Created with the Personal Edition of HelpNDoc: Revolutionize Your Documentation Output with HelpNDoc's Stunning User Interface