mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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.
|