Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function returns the length of any given text.


Code Block
languagebash
titleSyntax
linenumberstrue
length(text) #Output: Number


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
 %{length("Star Wars")}


This example returns:

9


Code Block
languagebash
linenumberstrue
 %{length("JWT")}


This example returns:

3



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titletext

Any given text.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_lentgh" and space = currentSpace()


Page properties
hiddentrue


Short description

Returns the length any given text.

Output

Status
subtletrue
titlenumber