Add PREPEND sub-command to string command

This commit is contained in:
Sylvain Joubert
2017-08-11 13:26:33 +02:00
parent f8a61c578b
commit d8ecc25457
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
""""""