Documentation for this module may be created at Module:GetRandomCreature/doc
local p = {} function p.parse(frame) return string.gsub(frame.args[1],"(&)(%w)", "%2") end return p