Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsremoveOn this pageremoveRemoves all the characters according to the regex parameter from the passed in stringSyntaxstring = remove(string, regex)Exampleprint remove("The end is nigh", "e")Th nd is nigh```jsprint remove("The end is nigh", "\[ei\]")Th nd s ngh