Skip to content

length

length(target)

Returns the length of target string.

ts
length("hello world"); // 11
ts
pipe("hello world", length()); // 11