string-join
string-join
is a compiled Lisp function in `
subr-x.el
'. (string-join
STRINGS
&optional
SEPARATOR
) Join all
STRINGS
using
SEPARATOR
.