Update lower.md

This commit is contained in:
zhabinka 2015-12-27 18:50:18 +03:00
parent b9ee7bf609
commit 939a608db0
1 changed files with 3 additions and 3 deletions

View File

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