String: Difference between revisions
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.