Content deleted Content added
switching from :gsub to :match when possible Tag: Reverted |
|||
Line 317:
temp_str, accept = temp_str:gsub ('^%(%((.+)%)%)$', '%1') -- remove accept-this-as-written markup when it wraps all of concatenated out
if accept ~= 0 then
temp_str = str:
end
return temp_str
|