elementList | String List Strings to concatenate. |
separator | String String to insert between each non-null element in elementList. |
value | String Result from concatenating the strings in elementList. Strings are separated by the characters specified in separator. |