Next: string.lower, Previous: string.reverse, Up: string [Contents]
String concatenation.
Concatenates the corresponding elements of all the input arrays, string-wise. Inputs that are not string arrays are converted to string arrays.
The semantics of concatenating missing strings with non-missing strings has not been determined yet.
Returns a string array the same size as the scalar expansion of its inputs.