====== Uppercase Filter ======
The UpperCaseFilter passes content through the PHP function [[phpfn>strtoupper]]. That is, it capitalizes all alphabetic characters of a string.
===== Usage =====
{$yourvar|uppercase}
===== Result =====
"hello world" -> "HELLO WORLD"