Difference between revisions of "Utf8.reverse"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns a string that is the string s reversed.</translate>
 
<translate>Returns a string that is the string s reversed.</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = utf8.reverse(s)
 
(string) = utf8.reverse(s)
 
</source>
 
</source>

Revision as of 15:32, 13 July 2023


Available since: Gideros 2016.06
Class: utf8

Description

Returns a string that is the string s reversed. <syntaxhighlight lang="lua"> (string) = utf8.reverse(s) </source>

Parameters

s: (string)

Return values

Returns (string) reversed string