enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Module:Text/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Text/doc

    Creates a string from a list of character codes. 1 Space-separated list of character codes * Number of repetitions of the list in parameter 1; (Default 1). errors 0 – Silence errors concatParams Combine any number of elements into a list, like table.concat() in Lua. From a template: 1 First element; missing and empty elements are ignored. 2 3 ...

  3. Module:Text - Wikipedia

    en.wikipedia.org/wiki/Module:Text

    This Lua module is used ... By default, this can be a string library pattern. 3 (or ... string, with text-- alien -- string, with language code, or nil ...

  4. Wikipedia:Lua string functions - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua_string_functions

    The string-search functions in Lua script can run extremely fast, comparing millions of characters per second. For example, a search of a 40,000-character article text, for 99 separate words (passed as 99 parameters in a template), ran within one second of Lua CPU clock time.

  5. Lua (programming language) - Wikipedia

    en.wikipedia.org/wiki/Lua_(programming_language)

    Lua is intended to be embedded into other applications, and provides a C API for this purpose. The API is divided into two parts: the Lua core and the Lua auxiliary library. [20] The Lua API's design eliminates the need for manual reference counting (management) in C code, unlike Python's API. The API, like the language, is minimalist.

  6. Help:Lua for beginners - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_for_beginners

    Lua patterns deliberately lack the most complex regular expression constructs (to avoid bloating the Lua code base), where many other computer languages or libraries use a more complete set. Lua patterns are not even a subset of regular expressions, as there are also discrepancies, like Lua using the escape character % instead of \, , and ...

  7. Help:Manipulating strings - Wikipedia

    en.wikipedia.org/wiki/Help:Manipulating_strings

    Regular expressions (or regex) are a common and very versatile programming technique for manipulating strings. On Wikipedia you can use a limited version of regex called a Lua pattern to select and modify bits of text from a string. The pattern is a piece of code describing what you are looking for in the string.

  8. Category:Templates based on the String Lua module - Wikipedia

    en.wikipedia.org/wiki/Category:Templates_based...

    [[Category:Templates based on the String Lua module]] to the <includeonly> section at the bottom of that page. Otherwise, add <noinclude>[[Category:Templates based on the String Lua module]]</noinclude> to the end of the template code, making sure it starts on the same line as the code's last character.

  9. Module:String2 - Wikipedia

    en.wikipedia.org/wiki/Module:String2

    This Lua module is used on approximately 4,830,000 pages, or roughly 8% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox.