See the supported connectors for Application Integration.
LENGTH function
LENGTH
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
LENGTH |
Calculates the length of a string. The length of a string is the number of characters in the string. | LENGTH() |
N/A | Length 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()
Output: 17
Recommendation
- Learn how to add and configure a Data Mapping task