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