45,646
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local sub = | local sub = string.sub | ||
local find = | local find = string.find | ||
local gmatch = string.gmatch | local gmatch = string.gmatch | ||
local gsub = | local gsub = string.gsub | ||
local match = | local match = string.match | ||
local u = mw.ustring.char | local u = mw.ustring.char | ||
local gsplit = mw.text.gsplit | local gsplit = mw.text.gsplit |