luaL_gsub
const char *luaL_gsub (lua_State *L, const char *s, const char *p, const char *r);
Creates a copy of string s by replacing any occurrence of the string p with the string r. Pushes the resulting string on the stack and returns it.
s
p
r