Skip to content

concat

Signature

concat(string, string)

Description

Concatenates two strings together and returns the result.

Examples

concat('foo', 'bar') == 'foobar'