StrReplace - Example
Replaces every instance of the string IN with the string XY in the contents of the variable _STRING and stores the changed contents in the variable _string_replace.
If
_STRING
has the value
BEGINNING_END,
then the result value will read
BEGXYNXYG_END.