Difference between revisions of "Utf8.reverse"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Returns a string that is the string s reversed. <source lang="lua"> (string), = utf8.reverse(s,) </so...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
+ | '''Class:''' [[utf8]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | Returns a string that is the string s reversed. | + | Returns a string that is the string ''s'' reversed. |
− | < | + | <syntaxhighlight lang="lua"> |
− | (string) | + | (string) = utf8.reverse(s) |
− | </ | + | </syntaxhighlight> |
− | '''s | + | |
+ | === Parameters === | ||
+ | '''s''': (string) <br/> | ||
+ | |||
+ | === Return values === | ||
'''Returns''' (string) reversed string<br/> | '''Returns''' (string) reversed string<br/> | ||
+ | |||
+ | {{Utf8}} |
Latest revision as of 22:15, 1 December 2023
Available since: Gideros 2016.06
Class: utf8
Description
Returns a string that is the string s reversed.
(string) = utf8.reverse(s)
Parameters
s: (string)
Return values
Returns (string) reversed string