upcase

Makes each character in a string uppercase. It has no effect on strings which are already all uppercase

Input
  • {{ 'Hello world' | upcase }}
Output
  • HELLO WORLD