Appearance
length(target)
Returns the length of target string.
target
length("hello world"); // 11
pipe("hello world", length()); // 11