Transforms all characters in a string to lowercase.
str
{String}
returns
{{ downcase str }}
{{ downcase 'aBcDeF' }} <!-- Outputs: 'abcdef' -->