local p = {} function main(frame) for i = 1, 1000000 do if mw.ustring.match(" abcde ",'%S') then i = i end end return "done" end