fabien van mook

all packages "fvm-*"

package "fvm-miscellaneous"

function file "strjoin2.m"

Function o = strjoin2(c,d)
         o = strjoin2(c,d,b,e)

joins the elements of the (column or row) cell-array c of strings 
into a single string by inserting a delimiter string d between 
each element, and by inserting strings b and e around each
element.

This function has two important differences with strjoin():
-- the delimiter string d must be specified;
-- the delimiter string may contain zero or more characters.


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-miscellaneous" under GNU GPLv3+