Skip to content Skip to footer navigation

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.