Table of Contents

Lowercase Filter

The LowerCaseFilter passes content through the PHP function strtolower. That is, it converts all alphabetic characters of a string to lowercase.

Usage

{$yourvar|lowercase}

Result

"HELLO World" -> "hello world"