DescriptionReplaces text from given string with another stringAvailable InAppsAutomationsAnalysisSyntaxSUBSTITUTE(s: Text, e: Text, n: Text) => TextExampleSUBSTITUTE("abcde", "abc", "123") = "123de"