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