REPLACE
REPLACE(
char
,
from
,
to
)
Returns a string where the instances of
from
in
char
are replaced with
to
.
Parent topic:
AcuXDBC Functions