Skip to main content

length (Function)

Returns the length of the input string.

Syntax

<INT> str:length(<STRING> input.string)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
input.stringThe input string to derive the length.STRINGNoYes

Example 1

length("Hello World")

This outputs the length of the provided string. In this scenario, the, output is 11.