string_append(s1, @rest...)
Return a new string formed by concatenating the strings s1, ....
s1, ...
string_append("abc", make_string(5, \x), make_string(5, \y)) // abcxxxxxyyyyy
Core Module Index | Contents