string length

FEEL built-in function · String functions

string length(string)

Returns the number of characters in the string.

Parameters

ParameterTypeDescription
stringstringthe string to measure

Examples

string length("foo")
string length("")

Related functions

substring

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).