The LowerCaseFilter passes content through the PHP function strtolower. That is, it converts all alphabetic characters of a string to lowercase.
{$yourvar|lowercase}
"HELLO World" -> "hello world"