text →
length() → integer

Returns the length of the argument value. If the value is null or empty then it returns 0. If the value is blank then it returns -1.

Parameters

This function has no parameters.

Examples

"Hello World" | length  11

Kind: Function
Scope: text/counting
Aliases: text-to-length, count-chars


This site uses Just the Docs, a documentation theme for Jekyll.