concat (function)

The string concatenation function concat puts two strings together, i.e., concat("one","two")="onetwo".

Parents: