mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
This is just like CONCAT but accepts a glue string to put between each value. `JOIN ""` is equivalent to `CONCAT`.
6 lines
147 B
ReStructuredText
6 lines
147 B
ReStructuredText
string-join
|
|
-----------
|
|
|
|
* The :command:`string` command learned a ``JOIN`` sub-command
|
|
to concatenate input strings separated by a glue string.
|