From the NannyMUD documentation
2000-12-14
NAME
replace - Replace strings in a string.SYNTAX
string replace(string a, string b, string c);DESCRIPTION
This function replaces, in a, all b with c, and returns the result.SEE ALSO
explode in efun/type_related/explodeSEE ALSO
implode in efun/type_related/implode