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