Summary
Concatenates strings together.
Description
Concatenates a string with a second string(s). The second parameter can be a string or array.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| str | string | yes | The first string to concatenate | 
| stringN | * | yes | String, boolean, or number to concatenate to the first string. If this is an array, concatenates each element. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| combinedStrings | string | The combination of the args |