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

Ucfirst Modifier

Converts the first character of a string to upper case.

string: i wanna go home.
{{ string | ucfirst }}
{{ Statamic::modify($string)->ucfirst() }}
I wanna go home.