downcase

Makes each character in a string lowercase and has no effect on strings which are already all lowercase

Input
  • {{ 'Hello WORLD' | downcase }}
Output
  • hello world