See the supported connectors for Application Integration.

LENGTH function

LENGTH function

Function NameDescriptionUsageInput parameterReturn value
LENGTHCalculates the length of a string. The length of a string is the number of characters in the string.LENGTH()N/ALength of the string.

Supported data type

The LENGTH function supports the following data type:

  • String

Example: Calculate the length of a string

Sample data: $var1$ = "Hello Apigee Test"

Usage: $var1$.LENGTH()

Calculate the length of string var1.

Output: 17

Recommendation