Gopher
FUNCTIONS

upper

Converts all characters in a string to uppercase

Syntax

upper INPUT

Note that upper can be applied in your templates in more than one way:

{{ upper "BatMan" }} → "BATMAN"
{{ "BatMan" | upper }} → "BATMAN"