standard.lib.str.StrReplace

StrReplace is available since version 1.0.

Prototype:

string StrReplace(string String_to_look, string replace_source, string replace_with);

Description:

Replaces every replace_source in String_to_look with the replace_with.

Return value:

Returns the obtained string.