Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsreplaceAllOn this pagereplaceAllReplaces all the characters according to the regex parameter from the passed in string with the passed in literal replacement stringSyntaxstring = replaceAll(string, regex, replacement)Exampleprint replaceAll("The end is nigh", "[ei]", "start")Thstart startnd starts nstartgh