concat()
This function concatenates the received string arguments.
concat(
)
str_1;
str_2;
The string arguments to be concatenated.