length Modifier

Returns the number of items in an array or characters in a string.

array:
- Taylor Swift
- Left Shark
- Leroy Jenkins
string: LEEEEROOOYYYY JEEENKINNNSS!
yaml
{{ array | length }}
{{ string | length }}
antlers
3
27
html
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →