Difference between revisions of "Str"

From OpenEUO
Jump to: navigation, search
m (See Also)
m (Methods)
Line 14: Line 14:
  
 
* [[str.eq]]
 
* [[str.eq]]
 +
 +
* [[str.fromhex]]
  
 
* [[str.isin]]
 
* [[str.isin]]
Line 30: Line 32:
  
 
* [[str.mid]]
 
* [[str.mid]]
 +
 +
* [[str.tohex]]
  
 
* [[str.notin]]
 
* [[str.notin]]

Revision as of 10:39, 24 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. str methods are complete, but undocumented

Methods

See Also