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

Studly Case Modifier

Converts a string into StudlyCase.

string: statamic_is_awesome
{{ string | studly }}
{{ Statamic::modify($string)->studly() }}
StatamicIsAwesome