Content deleted Content added
Add first=poj per request |
hack failure to strip trailing bold markup; a better regex should be able to do this in one line Tag: Reverted |
||
Line 234:
for term in val:gmatch("[^;,]+") do
term = string.gsub(term, "^([ \"']*)(.*)([ \"']*)$", "%2")
term = string.gsub(term, "^([ \"']*)(.*)([ \"']+)$", "%2")
terms = terms .. "'" .. term .. "', "
end
|