kebab Twig Filter
The kebab filter takes a string and creates a lowercase version of it with words separated by dashes instead of spaces. It is useful for creating anchor links.
This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ 'apples and pears'|kebab }}
{# outputs "apples-and-pears" #}