upcase v1.9.1 Makes each character in a string uppercase. It has no effect on strings which are already all uppercase. Input {{ "Parker Moore" | upcase }} Output PARKER MOORE Input {{ "APPLE" | upcase }} Output APPLE