All public logs

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:00, 13 April 2025 Sware talk contribs created page Module:patterns (Created page with "local export = {} local byte = string.byte local find = string.find local gsub = string.gsub local match = string.match do local pattern_chars local function get_pattern_chars() pattern_chars, get_pattern_chars = { ["\0"] = "%z", ["$"] = "%$", ["%"] = "%%", ["("] = "%(", [")"] = "%)", ["*"] = "%*", ["+"] = "%+", ["-"] = "%-", ["."] = "%.", ["?"] = "%?", ["["] = "%[", ["]"] = "%]", ["^"] = "%^", }, nil return pattern_chars end --[==[Escapes the magic...")