Concept Framework 2.2 documentation Contents | Index

standard.lib.str.StrReplace

Name Version Deprecated
StrReplace version 1.0 no

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.

Returns:
Returns the obtained string.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:13 2013 GMT(c)2013 Devronium Applications