FiltersupperCopy pageThe upper filter converts a value to uppercase.{{ 'welcome' | upper }} {# outputs 'WELCOME' #}Last updated on trimThe trim filter strips whitespace (or other characters) from the beginning and end of a string.url_encodeThe url_encode filter percent encodes a given string as URL segment or an array as query string.