Parameter 1 -> characters to replace Parameter 2 -> new characters Parameter 3 -> stringExample:
%Format.Replace(KO,KnockOut,"this was a KO")This function call replaces the given characters "KO" within the string "this was a KO". Afterwards the string looks like "this was a KnockOut".