SUBST

The function SUBST replaces strings inside a string.

The function is case sensitive.

SUBST(string, replace, replaceWith, mode) => string

  • mode = 0: not case sensitive
  • mode = 1: case sensitive