User contributions for Necktrox
Jump to navigation
Jump to search
15 February 2016
- 16:1416:14, 15 February 2016 diff hist +953 N Utf8.remove Created 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.next Created 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.ncasecmp Created 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.match No edit summary
- 15:0415:04, 15 February 2016 diff hist +1,136 N Utf8.match Created 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.upper Created 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.title Redirected page to Utf8.upper
- 04:2504:25, 15 February 2016 diff hist −831 Utf8.fold Redirected page to Utf8.lower
- 04:2404:24, 15 February 2016 diff hist +903 N Utf8.lower Created 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.len Created 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.insert Created 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.gsub Created 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.find No edit summary
- 02:4602:46, 15 February 2016 diff hist −95 Utf8.byte No edit summary
- 02:4502:45, 15 February 2016 diff hist +242 Utf8.byte No edit summary
- 02:4302:43, 15 February 2016 diff hist +1,040 N Utf8.gmatch Created 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.fold Created 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.find Created 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..."
- 02:0302:03, 15 February 2016 diff hist +96 Utf8.escape No edit summary
- 01:5201:52, 15 February 2016 diff hist +8 Utf8.escape No edit summary
- 01:5101:51, 15 February 2016 diff hist +82 Utf8.escape No edit summary
- 01:4901:49, 15 February 2016 diff hist +971 N Utf8.escape Created page with "__NOTOC__ {{Shared function}} Escapes a string to a UTF-8 format string. It supports several escape formats: *'''%ddd:''' where ddd is a decimal number with variable length *..."
- 01:2701:27, 15 February 2016 diff hist +1,618 N Utf8.charpos Created page with "__NOTOC__ {{Shared function}} Converts the UTF-8 code point position to byte-string position. {{Note|Code point characters beyond the byte value range (0-127) require at leas..."
- 00:5400:54, 15 February 2016 diff hist +4 Utf8.char No edit summary
- 00:5400:54, 15 February 2016 diff hist +199 Utf8.char No edit summary
- 00:5100:51, 15 February 2016 diff hist +1,384 N Utf8.char Created page with "__NOTOC__ {{Shared function}} Generates a string representing the character code points as arguments. ==Syntax== <syntaxhighlight lang="lua">string utf8.char ( [ int codepoints... ] )</syntaxhighlight> ===..."
- 00:0400:04, 15 February 2016 diff hist +1,212 N Utf8.byte Created page with "__NOTOC__ {{Server client function}} Returns the code points for the i-th through j-th character of the string passed. ==Syntax== <syntaxhighlight lang="lua">int,... utf8.byte ( string input..."
14 February 2016
- 23:3323:33, 14 February 2016 diff hist +399 N Template:UTF8 functions Created page with "*utf8.byte *utf8.char *utf8.charpos *utf8.escape *utf8.find *utf8.fold *utf8.gmatch *utf8.gsub *utf8.insert *utf8.len *utf8.lower *..."