hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

string-append

Creates a new string by appending another string to the end.
Parameter
Type
Description
self
string
Initial string
string
string
String to append
separator
string
Optional separator to insert between strings
return
string
New string with appended value