head

function, since version 1.0.0
categories: arrays

head(arr)

returns the first element from input array

parameters

return type:

any

example

head(split('a:b:c', ':'))

return

a

Related functions:

Update your privacy settings