downcase
Makes each character in a string lowercase. It has no effect on strings which are already all lowercase.
Input
{{ "Parker Moore" | downcase }}Output
parker mooreInput
{{ "apple" | downcase }}Output
appleLast updated
Makes each character in a string lowercase. It has no effect on strings which are already all lowercase.
Input
{{ "Parker Moore" | downcase }}Output
parker mooreInput
{{ "apple" | downcase }}Output
appleLast updated