Difference between revisions of "Str"

From OpenEUO
Jump to: navigation, search
m (Description)
m (See Also)
Line 46: Line 46:
  
 
* [[keyvalstr]]
 
* [[keyvalstr]]
 +
 +
* [http://www.easyuo.com/openeuo/wiki/index.php/Documentation#String_Functions Lua String Functions]

Revision as of 14:47, 1 November 2010

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.

Methods

See Also