Skip to main content

Text Filters

FilterDescriptionExampleResult
capitalizeChanges the first letter of a string to uppercase.{{ "abc"|capitalize }}Abc
lowerChanges the letters of a string to lowercase.{{ "AbC"|lower }}abc
upperChanges the letters of a string to uppercase.{{ "aBc"|upper }}ABC
trimRemoves leading and trailing spaces.{{ " abc "|trim}}abc