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

Snake Case Modifier

Converts a string into snake_case.

string: statamicIsAwesome
{{ string | snake }}
{{ Statamic::modify($string)->snake() }}
statamic_is_awesome