local function match(frame) if string.match(frame.value, frame.pattern) == nil then return frame:preprocess('{{Feil|' .. frame.msg .. '}}') end end return { match = match }