FilterslowerCopy pageThe lower filter converts a value to lowercase.{{ 'WELCOME' | lower }} {# outputs 'welcome' #}Last updated on lengthThe length filter returns the number of items of a sequence or mapping, or the length of a string.mapThe map filter applies an arrow function to the elements of a sequence or a mapping.