Merge topic 'string_prepend'

d8ecc254 Add PREPEND sub-command to string command

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1129
This commit is contained in:
Brad King
2017-08-16 14:50:34 +00:00
committed by Kitware Robot
9 changed files with 108 additions and 0 deletions

View File

@@ -132,6 +132,15 @@ APPEND
Append all the input arguments to the string.
PREPEND
"""""""
::
string(PREPEND <string variable> [<input>...])
Prepend all the input arguments to the string.
CONCAT
""""""

View File

@@ -0,0 +1,4 @@
string_prepend
--------------
* The :command:`string` command learned a new ``PREPEND`` subcommand.