Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • pattern = escape_lua_magic_chars (pattern); -- pattern is not a literal string; escape Lua's magic pattern characters pages = pages:gsub(pattern...
    16 KB (2,256 words) - 15:43, 14 January 2023
  • pattern = escape_lua_magic_chars (pattern); -- pattern is not a literal string; escape Lua's magic pattern characters pages = pages:gsub(pattern...
    16 KB (2,265 words) - 15:49, 14 January 2023
  • strip marker and result in literal UNIQ...QINU showing up val = nw(mw.text.unstripNoWiki(val)) end local k, v = string.match(val, "(.*)=(.*)")...
    4 KB (600 words) - 18:22, 4 December 2022
  • .. ']' local function json_string_literal(value) local newval = value:gsub(chars_to_be_escaped_in_JSON_string, backslash_replacement_function)...
    26 KB (3,371 words) - 13:13, 23 November 2021
  • (translation_t, '<abbr title="literal translation">lit.</abbr>'); -- unlinked form else table.insert (translation_t, make_wikilink ('Literal translation', 'lit...
    74 KB (10,861 words) - 10:01, 8 August 2023
  • orwords-to-check -- step 1: when case-insensitive, turn string into lowercase -- step 2: read & remove Literals ("..") -- step 3: read comma-separated words --...
    11 KB (1,544 words) - 01:35, 3 April 2023
  • characters within the formatting string: A backslash followed by a formatting character is interpreted as a single literal character Characters enclosed...
    17 KB (827 words) - 18:21, 2 January 2022
  • false, however, Lua string literals create objects that take up memory until garbage collected. For example, given {nil, 'string'} as copy, Buffer:_cc(clear...
    86 KB (9,700 words) - 09:06, 27 December 2021
  • literal text, but we can backslash "escape" the regex metacharacters \. \? \+ \* \| \{ \[ \] \( \) \" \\ \# \@ \< \~ when we refer to them as literal...
    14 KB (2,029 words) - 17:52, 24 March 2023
  • string.gsub() treat their pattern and replace strings as patterns, not literal strings. ]] local function escape_lua_magic_chars (argument) argument...
    37 KB (5,140 words) - 19:25, 4 December 2022
  • - args.pointer + 1 > cfg.states.qualifiersCount then -- claim ID or literal value has been given cfg.propertyValue = nextArg(args) end for...
    67 KB (9,029 words) - 18:54, 4 December 2022
  • interpretation literal (keep any metacharacter interpretation from occurring). An advanced regexp uses the metacharacters to program general string patterns...
    60 KB (8,509 words) - 15:31, 18 June 2022
  • term, which will be treated as a literal string if multi-part (e.g. Albert Einstein will be searched as the single string "Albert Einstein" not "Albert"...
    4 KB (514 words) - 13:41, 1 September 2021
  • term, which will be treated as a literal string if multi-part (e.g. Albert Einstein will be searched as the single string "Albert Einstein" not "Albert"...
    127 bytes (538 words) - 17:56, 12 December 2020
  • However, the opposite is true for external links; literal characters are converted into non-literal characters. For example, most browsers convert .....
    46 KB (6,015 words) - 14:34, 2 January 2022
  • named parameter |1= and so on. To call template {{done}} with a=b as the literal value for the first parameter, type either {{done|a{{=}}b}} or {{done|1=a=b}}...
    47 KB (5,591 words) - 19:32, 1 January 2022
  • term, which will be treated as a literal string if multi-part (e.g. Albert Einstein will be searched as the single string "Albert Einstein" not "Albert"...
    107 bytes (689 words) - 13:41, 1 September 2021
  • term, which will be treated as a literal string if multi-part (e.g. Albert Einstein will be searched as the single string "Albert Einstein" not "Albert"...
    12 KB (724 words) - 15:51, 1 September 2021
  • term, which will be treated as a literal string if multi-part (e.g. Albert Einstein will be searched as the single string "Albert Einstein" not "Albert"...
    19 KB (1,688 words) - 05:43, 25 April 2020
  • underscore _. To get a literal underscore, escape it by placing a backslash \ directly in front of it (i.e. \_); the same holds for a literal backslash (i.e....
    89 KB (1,107 words) - 16:39, 18 November 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)