strcoljoin
Combine strings and join them
Arguments
- Column vector or matrix of strings
- Delimiter, vector or matrix of delimiters. Size of delimiters vector (or number of rows of delimiters matrix) have to be equal to size of string vector minus one or number of string matrix rows minus one.
Output
Row Of Strings
Examples