Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of String Functions | concat(String str): String
 
concat(String str): String
Appends the specified string to the end of this string.
Input Parameters
str
String The string that is appended to the end of this String.
Return Value
String Returns a string that represents the concatenation of this object's characters followed by the string argument's characters.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.