User contributions for Necktrox

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

15 February 2016

  • 17:0517:05, 15 February 2016 diff hist +1,172 N Utf8.subCreated page with "__NOTOC__ {{Shared function}} Returns a substring of the string passed. The substring starts at ''i''. If the third argument ''j'' is not given, the substring will end at the..."
  • 16:5816:58, 15 February 2016 diff hist +601 N Utf8.reverseCreated page with "__NOTOC__ {{Shared function}} Reverses the input string. ==Syntax== <syntaxhighlight lang="lua">string utf8.reverse ( string input )</syntaxhighlight> ===Required Arguments=== *'''input:''' A string c..." current
  • 16:1416:14, 15 February 2016 diff hist +953 N Utf8.removeCreated page with "__NOTOC__ {{Shared function}} This function removes a substring in a UTF-8 string by using a position range. ==Syntax== <syntaxhighlight lang="lua">string utf8.remove ( string input, int sta..."
  • 15:5115:51, 15 February 2016 diff hist +1,438 N Utf8.nextCreated page with "__NOTOC__ {{Shared function}} This is an iteration function to traverse each single code point of a UTF-8 string. ==Syntax== <syntaxhighlight lang="lua">int, int utf8.next ( string input ,..."
  • 15:4015:40, 15 February 2016 diff hist +1,463 N Utf8.ncasecmpCreated page with "__NOTOC__ {{Shared function}} Compares two strings in lower-case and returns the difference as a number value. ==Syntax== <syntaxhighlight lang="lua">int utf8.ncasecmp ( string a, string b )..."
  • 15:0415:04, 15 February 2016 diff hist +4 Utf8.matchNo edit summary
  • 15:0415:04, 15 February 2016 diff hist +1,136 N Utf8.matchCreated page with "__NOTOC__ {{Shared function}} Extract substrings by matching patterns in the input string. This function can be used to extract specific information from a string. ==Syntax=..."
  • 04:3304:33, 15 February 2016 diff hist +836 N Utf8.upperCreated page with "__NOTOC__ {{Shared function}} Converts a UTF-8 string to upper-case. If ''input'' is an integer, it's treat as a code point and a convert code point (number) is returned. ==..."
  • 04:3004:30, 15 February 2016 diff hist +24 N Utf8.titleRedirected page to Utf8.upper
  • 04:2504:25, 15 February 2016 diff hist −831 Utf8.foldRedirected page to Utf8.lower
  • 04:2404:24, 15 February 2016 diff hist +903 N Utf8.lowerCreated page with "__NOTOC__ {{Shared function}} Converts a UTF-8 string to lower-case, which can be used to compare two strings. If ''input'' is an integer, it's treat as a code point and a co..."
  • 04:1204:12, 15 February 2016 diff hist +751 N Utf8.lenCreated page with "__NOTOC__ {{Shared function}} Returns the length of the string passed. ==Syntax== <syntaxhighlight lang="lua">int utf8.len ( string input )</syntaxhighlight> ===Required Arguments=== *'''input:''' A s..."
  • 04:0504:05, 15 February 2016 diff hist +1,349 N Utf8.insertCreated page with "__NOTOC__ {{Shared function}} Inserts a substring into input string. If insert-position is given, the substring will be inserted before the character at this index, otherwise..."
  • 03:4303:43, 15 February 2016 diff hist +2,175 N Utf8.gsubCreated page with "__NOTOC__ {{Shared function}} Returns a copy of the original input string with replaced matches from the pattern by the replacement value. ==Syntax== <syntaxhighlight lang="lua">string utf8...."
  • 03:0103:01, 15 February 2016 diff hist −1 Utf8.findNo edit summary
  • 02:4602:46, 15 February 2016 diff hist −95 Utf8.byteNo edit summary
  • 02:4502:45, 15 February 2016 diff hist +242 Utf8.byteNo edit summary
  • 02:4302:43, 15 February 2016 diff hist +1,040 N Utf8.gmatchCreated page with "__NOTOC__ {{Shared function}} This function returns a pattern finding iterator for UTF-8 strings. The iterator will search through the string '''input''' looking for instance..." current
  • 02:2902:29, 15 February 2016 diff hist +855 N Utf8.foldCreated page with "__NOTOC__ {{Shared function}} Converts a UTF-8 string to folded case used to compare by ignore case. If ''input'' is an integer, it's treat as a code point and a convert code..."
  • 02:1202:12, 15 February 2016 diff hist +1,642 N Utf8.findCreated page with "__NOTOC__ {{Shared function}} Finds the first occurrence of the [http://lua-users.org/wiki/PatternsTutorial pattern] in the string passed. If an instance of the pattern is fo..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)