enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Help:Lua for beginners - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_for_beginners

    Square brackets [ ] are used to match one single character in the string from a list of choices. [abc] matches the letters a, b, or c. With ^ right after [they indicate "anything but": [^abc] = not a, b, or c. Inside brackets and when not the first character, a minus -indicates a range: [a-z] matches one single character from a, b, c, …, z.

  3. Comparison of programming languages (syntax) - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_programming...

    Lua. Like raw strings, there can be any number of equals signs between the square brackets, provided both the opening and closing tags have a matching number of equals signs; this allows nesting as long as nested block comments/raw strings use a different number of equals signs than their enclosing comment: --[[comment --[=[ nested comment ...

  4. Help:Manipulating strings - Wikipedia

    en.wikipedia.org/wiki/Help:Manipulating_strings

    The English Wikipedia has several templates and Lua modules which can format or manipulate strings.In this context a "string" is any piece of text forming part of a page. This help page covers a few useful techniques; look in the navbox below for the full catalogue of templa

  5. Template:Trim brackets - Wikipedia

    en.wikipedia.org/wiki/Template:Trim_brackets

    The template trims leading and trailing square brackets from a string. Template parameters [Edit template data] Parameter Description Type Status String 1 The string to be trimmed String required See also {{ delink }}, which does nearly the exact same thing, but also removes balanced pairs of square brackets that aren't leading and trailing and has additional options. {{ trim }} {{ Escape page ...

  6. Wikipedia : Guide to Scribbling/Programmers' Quick start ...

    en.wikipedia.org/wiki/Wikipedia:Guide_to...

    Putting = between the brackets — e.g. [===[...]===] — makes these so-called long brackets longer. Functions and tables are passed by reference, not by value. String operations trade space for time. Don't repeatedly concatenate onto the end of a string. Build up its individual parts in a table and use table.concat (). * by the reciprocal is ...

  7. Wikipedia : Guide to Scribbling

    en.wikipedia.org/wiki/Wikipedia:Guide_to_Scribbling

    To access such an argument, use the "square bracket" form of table lookup: args ["author-first"]. Named arguments are indexed in the args table by their name strings, of course. Positional arguments (whether as the result of an explicit 1= or otherwise) are indexed in the args tables by number, not by string.

  8. Lua (programming language) - Wikipedia

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

    Lua (/ ˈ l uː ə / LOO-ə; from Portuguese: lua meaning moon) is a lightweight, high-level, multi-paradigm programming language designed mainly for embedded use in applications. [3] Lua is cross-platform software , since the interpreter of compiled bytecode is written in ANSI C , [ 4 ] and Lua has a relatively simple C application programming ...

  9. Module:Text/doc - Wikipedia

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

    This Lua module is used on approximately 1,880,000 pages, or roughly 3% 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 .