Business Rules
10.11 |
webMethods Business Rules Web Help
|
webMethods 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.