Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsconcatenateOn this pageconcatenateJoins 2 non-null strings togetherSyntaxstring = concatenate(str1, str2)Examplestr = concatenate("Cares", "s")print strCaress