Back to Core Functions
strjoin
Join strings with delimiter
Syntax
s = strjoin(strs, delimiter)
Description
Joins an array of strings with the specified delimiter.
Parameters
| Name | Description |
|---|---|
| strs | Cell array or string array |
| delimiter(optional) | Delimiter string (default: space) |
Returns
Joined string