Merge topic 'string-join'

689eeb67 string: Add JOIN subcommand

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Pavel Solodovnikov <hellyeahdominate@gmail.com>
Merge-request: !1762
This commit is contained in:
Brad King
2018-02-20 16:47:43 +00:00
committed by Kitware Robot
12 changed files with 75 additions and 2 deletions

View File

@@ -151,6 +151,16 @@ CONCAT
Concatenate all the input arguments together and store
the result in the named output variable.
JOIN
""""
::
string(JOIN <glue> <output variable> [<input>...])
Join all the input arguments together using the glue
string and store the result in the named output variable.
TOLOWER
"""""""