Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

Studly Case Modifier

Converts a string into StudlyCase.

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