The
concat()
Function
This function concatenates the received string arguments.
concat
(
str_1
,
str_2
)
str_1 ... str_n
The string arguments to be concatenated.
Previous topic:
The lowercase() Function
Next topic:
The replace() Function