String: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
A string is a sequence of characters, for example "Hello, World!" is a string.<br />
A string is a sequence of characters, for example "Hello, World!" is a string.<br />
We propose a list of every string functions here.
Here is a list of every default string manipulation function present in Lua.


* [http://www.lua.org/manual/5.2/manual.html#pdf-string.byte string.byte]
* [http://www.lua.org/manual/5.2/manual.html#pdf-string.byte string.byte]

Revision as of 18:11, 10 April 2012

A string is a sequence of characters, for example "Hello, World!" is a string.
Here is a list of every default string manipulation function present in Lua.