Module:Grammar: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 67: Line 67:
local strippedstring = "j"
local strippedstring = "j"
local argument = frame.args[1]
local argument = frame.args[1]
for s in string.gmatch(argument, "=({^=])=") do
for s in string.gmatch(argument, "=({^=])+=") do
  strippedstring = strippedstring .. s
  strippedstring = strippedstring .. s
end
end