The CapitalizeFilter passes content through the PHP function ucfirst. That is, it capitalizes the first character of a string.
{$yourvar|capitalize}
"hello world" -> "Hello world"