[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns a new string in which all occurrences of a specified Unicode character or String in the current string are replaced with another specified Unicode character or String Tab=Strings [Property] Extern=Make a variable containing the result available at the global scope. ARG(bool)|4|0|True,False OldValue=Sets the string to be replaced by default. ARG(string)|2| NewValue=Sets the string to replace all occurrences of OldValue by default. ARG(string)|2| [Methods] doReplace=All instances of OldValue are replaced with NewValue. ARG(string Source, string OldValue, string NewValue)|1|0 onReplace=Occurs when all instances of OldValue are replaced with NewValue and returns the result. ARG(string)|2|2 Result=Returns a string that is equivalent to the current string except that all instances of OldValue are replaced with NewValue. ARG(string)|3|2 Source=Defines the source string. ARG(string)|4|2 OldValue=Defines the string to be replaced. ARG(string)|4|2 NewValue=Defines the string to replace all occurrences of OldValue. ARG(string)|4|2