There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page.
Standard Libraries
From GiderosMobile
This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.
- 21:30, 24 January 2026 MoKaLux talk contribs deleted page Standard Libraries (content was: " === String Manipulation === Lua has a powerful set of string manipulation functions, such as finding and extracting substrings. Unlike C, the first character of the string has "1" as the position index. You can also use negative indices in a string just like Python does - e.g the last character in a string is at position -1. You can use both methods, whichever you find convenient. Note that the string library assumes one-byte character encodings. The following table gives a...")