Combines the text of two strings and returns a new string.
String
concat(string2)
string1
string 2
concat combines the text from two strings and returns a new string. Changes to the text in one string do not affect the other string.
The following example combines two strings into a new string.