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

Upper Modifier

Transform a string into uppercase. Multi-byte friendly.

string: That is über neat.
{{ string | upper }}
{{ Statamic::modify($string)->upper() }}
THAT IS ÜBER NEAT.