This function returns the length of any given text.


length(text) #Output: Number



Parser expressionDescription


 %{length("Star Wars")}


This example returns:

9


 %{length("JWT")}


This example returns:

3



Parameters used in this function

ParameterInput (data type)Description
text

Any given text.



This function returns a



Use cases and examples



Short description

Returns the length any given text.

Output