Skip to main content

str_gsub

Function str_gsub 

Source
pub fn str_gsub(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

string.gsub(s, pattern, repl [, n]) — global substitution.

C: static int str_gsub(lua_State *L)