ReplaceStr

Description

Returns the string with instance(s) of the old pattern replaced by the new pattern.

Syntax

ReplaceStr(AString,OldPattern,NewPattern: String,ReplaceAll: Boolean): String

Example

ReplaceStr(A1;A2;A3,A,B,True)

The return value is B1;B2;B3.