String: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
A string is a sequence of characters, for example "Hello, World!" is a string.
A string is a sequence of characters, for example "Hello, World!" is a string.<br />
We propose a list of every string functions here.
<br />
 
* [[string.byte]]
* [[string.char]]
* [[string.dump]]
* [[string.find]]
* [[string.format]]
* [[string.gmatch]]
* [[string.gsub]]
* [[string.len]]
* [[string.lower]]
* [[string.match]]
* [[string.rep]]
* [[string.reverse]]
* [[string.sub]]
* [[string.upper]]
 
 
 
[[Category:Scripting Concepts]]
[[Category:Scripting Concepts]]

Revision as of 20:49, 7 April 2012

A string is a sequence of characters, for example "Hello, World!" is a string.
We propose a list of every string functions here.