Difference between revisions of "Str"
From OpenEUO
m (→Description) |
m (→See Also) |
||
Line 52: | Line 52: | ||
* [[keyvalstr]] | * [[keyvalstr]] | ||
+ | |||
+ | * [[tabletolua]] | ||
* [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions] | * [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions] |
Latest revision as of 11:15, 24 November 2010
Contents
Usage Example
local s = sl.str
Description
Creates a local reference to the simplelib string methods table. These methods provide basic string manipulation functionality similar to the functions provided by the easyuo str command. See individual methods for descriptions and usage examples.