snake Twig Filter

The snake filter takes a string and creates a lowercase version of it with words separated by underscores instead of spaces. It's called snake-case.

This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{{ 'apples and pears'|snake }}
{# outputs "apples_and_pears" #}
This documentation is only for Aptuitiv CMS. Learn more.
Get Started With Aptuitiv