function Str(el) if el.text:find("Leandre") then el.text = el.text:gsub("Leandre", "Léandre") end return el end