Difference between revisions of "Str"

From OpenEUO
Jump to: navigation, search
(Initial str page)
 
m (Usage Example)
Line 1: Line 1:
 
== Usage Example ==
 
== Usage Example ==
  
  local s   = sl.str
+
  local s = sl.str
  
 
== Description ==
 
== Description ==

Revision as of 13:53, 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.

Methods

See Also