Appends the contents of another string onto this string. When performance is critical, += should be used whenever possible since it is up to 5X faster than this operator.
Parameters:
str2
string to concatenate
Returns:
Returns the concatenation of this string plus str2