powered by
A fast implementation that combines two character values into a single string.
strcat(a, b)
A character string.
character value.
If either 'a' or 'b' is a vector of length greater than 1, only the first element of each is concatenated.
strcat("hello ", "world!")
Run the code above in your browser using DataLab