Learn

trim

Remove whitespace from either end of a variable.

Sample Usage

{{ introduction|trim }}

This will output the value of introduction with any whitespace before or after the variable’s value removed.

Parameters

This modifier has no parameters.

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