Modifier: upper
Transform a string into uppercase. Multi-byte friendly.
string: That is über neat.
{{ string | upper }}
THAT IS ÜBER NEAT.
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.