Files
CMake/Help/release/dev/string-join.rst
Alex Turbov 689eeb67cb string: Add JOIN subcommand
This is just like CONCAT but accepts a glue string to put between
each value.  `JOIN ""` is equivalent to `CONCAT`.
2018-02-16 10:04:47 -05:00

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.