• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
Created page with "local re = {} function re.regExpr(frame) -- frame[1] = test string -- frame[2] = Lua pattern return string.match(frame[1], frame[2]) end"
local re = {}

function re.regExpr(frame)
-- frame[1] = test string
-- frame[2] = Lua pattern
return string.match(frame[1], frame[2])
end
5,421

edits

Navigation menu