此模块的文档可以在模块:Interp/doc创建
return function(s, tab) local result = s:gsub('($%b{})', function(w) return tab[w:sub(3, -2)] or w end) return result end