String: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(Created page with "NOTE: This class is lowercase, ie: 'string' == Public Methods == === static dump === === static @char === === static @byte === === static unicode === === static len ===...")
 
No edit summary
 
Line 1: Line 1:
NOTE: This class is lowercase, ie: 'string'
NOTE: This class is lowercase, ie: 'string'
The [https://www.lua.org/manual/5.2/manual.html#6.4 string section] in the 5.2 reference manual may come in handy here.


== Public Methods ==
== Public Methods ==

Latest revision as of 05:35, 13 July 2023

NOTE: This class is lowercase, ie: 'string'

The string section in the 5.2 reference manual may come in handy here.

Public Methods

static dump

static @char

static @byte

static unicode

static len

static match

static gmatch

static gsub

static find

static lower

static upper

static rep

static format

static reverse

static sub

static startsWith

static endsWith

static contains