Length getter
[string/Length getter]
Determines the length of the value received on string
.
Example:
"foo"@0 is received via
string
3@0 is sent via
length
Keywords: string, length
Input ports
string:
string
The string
Output ports
length:
number
The length of the string.
Last updated