Learn

length

Count the number of characters in a variable's value.

Sample Usage

{{ first_name }}, your first name is {{ first_name|length }} characters long.

This will output a string featuring the length of the first_name variable’s value.

Parameters

This modifier has no parameters.

This article was last updated on March 30th, 2016. Find an error? Please let us know!