Update lower.md

This commit is contained in:
zhabinka 2015-12-27 18:50:18 +03:00
parent b9ee7bf609
commit 939a608db0

View File

@ -8,6 +8,6 @@ This is equivalent to the PHP [strtolower()](http://docs.php.net/lower) function
{var $name = "Bzick"} {var $name = "Bzick"}
{$name} output Bzick {$name} output Bzick
{$name|upper} output bzick {$name|lower} output bzick
{$name|up} output bzick too {$name|low} output bzick too
``` ```