Difference between revisions of "Str"
From OpenEUO
m (→Usage Example) |
m (→Description) |
||
Line 5: | Line 5: | ||
== Description == | == 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. | + | 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 == | == Methods == |
Revision as of 13:24, 1 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.