CONCAT function

CONCAT function

Function Name Description Usage Input parameter Return value
CONCAT Concatenates the specified characters to an existing string. CONCAT(value) String of characters to concatenate. Concatenated string.

Supported data type

The CONCAT function supports the following data types:

  • String

Example: Concatenate a string of characters to an existing string

Sample data: $var1$ = "HelloApigee"

Usage: $var1$.CONCAT("Integrations")

Concatenate the string Integrations to var1.

Output: HelloApigeeIntegrations

Recommendation

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月09日 UTC.