Content deleted Content added
not old |
arg parsing, but stupid (probably) |
||
Line 8:
function functions.iloveregexold(data)
local r = "%[?%[?.-:([^{|]+)%]?%]?"
return table.concat(args," -- ")
end
function functions.iloveregex(data)
--This assumes [[ is present, and that therefore ]] is present
local r = "%[
return table.concat(args," -- ")
end
|