User contributions
From Data Realms Wiki
- 22:11, 8 October 2011 (diff | hist) N String.reverse (Created page with "==string.reverse(s)== Returns a string that is the string s reversed. Example: <code lua n> print(string.reverse ("!dlroW ,olleH")) </code> Would result in: Hello, World!") (top)
- 22:08, 8 October 2011 (diff | hist) N String.lower (Created page with "==string.lower (s)== Receives s (a string) and returns a copy of s with all uppercase letters changed to lowercase. All other characters are left unchanged. Example: <code lua n>...") (top)
- 22:05, 8 October 2011 (diff | hist) N String.len (Created page with "==Usage== String.len returns the length of any given string. Example: <code lua n> string = "Hello, world!" print(string.len(string)) </code> Example 2: <code lua n> string = "...") (top)
- 21:57, 8 October 2011 (diff | hist) m Lua Syntax (→For)
- 21:56, 8 October 2011 (diff | hist) Lua Syntax (→While)
- 21:53, 8 October 2011 (diff | hist) m Lua Syntax (→For)