summaryrefslogtreecommitdiffstats
path: root/Help/command/string.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-20 13:39:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-20 13:40:40 (GMT)
commitd41abae70f282c718f3109b7f76644adce41ff37 (patch)
treea1e04513a8df7dc1befba5878d1c6d341abe6581 /Help/command/string.rst
parent3b99c9689aae478708c83cafa552c4ce7bbf4a1b (diff)
parenta58158727be4585f9fd71449e9cc9e801c59a009 (diff)
downloadCMake-d41abae70f282c718f3109b7f76644adce41ff37.zip
CMake-d41abae70f282c718f3109b7f76644adce41ff37.tar.gz
CMake-d41abae70f282c718f3109b7f76644adce41ff37.tar.bz2
Merge topic 'list-join'
a58158727b list(): add `JOIN` sub-command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1846
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r--Help/command/string.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index cd94bb4..bb07d29 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -161,6 +161,10 @@ JOIN
Join all the input arguments together using the glue
string and store the result in the named output variable.
+To join list's elements, use preferably the ``JOIN`` operator
+from :command:`list` command. This allows for the elements to have
+special characters like ``;`` in them.
+
TOLOWER
"""""""