Main public logs

From ROBLOX Wiki
Jump to navigationJump to search

Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:37, 10 December 2024 PRG talk contribs created page Function Dump/String Manipulation (Created page with "{{CatUp|Function Dump}} ==String Manipulation== This library provides generic functions for string manipulation, such as finding and extracting substrings, and pattern matching. When indexing a string in Lua, the first character is at position 1 (not at 0, as in C). Indices are allowed to be negative and are interpreted as indexing backwards, from the end of the string. Thus, the last character is at position -1, and so on. The string library provides all its function...")