length

function, since version 1.0.0
categories: arrays, strings

length(input)

returns the length of input parameter

parameters

return type:

number

example

length('hello')
length(split('a:b:c:d', ':'))

return

5
4

Related functions:

Update your privacy settings