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