Difference between revisions of "Str"
From OpenEUO
(Initial str page) |
m (→Usage Example) |
||
Line 1: | Line 1: | ||
== Usage Example == | == Usage Example == | ||
− | local s | + | local s = sl.str |
== Description == | == Description == |
Revision as of 13:53, 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.