Skip to content Skip to footer navigation
You are reading the docs for an old version of Statamic. Consider upgrading to Statamic 6.

Slugify Modifier

Converts the string into an URL slug. This includes replacing non-ASCII characters with their closest ASCII equivalents, removing remaining non-ASCII
and non-alphanumeric characters, and replacing whitespace with dashes. And then everything is lowercased.

string: Please, have some lemoñade.
{{ string | slugify }}
{{ Statamic::modify($string)->slugify() }}
please-have-some-lemonade