Merge pull request #203 from zhabinka/patch-1

Update lower.md
This commit is contained in:
Ivan Shalganov 2015-12-28 13:35:05 +03:00
commit 9f1bad3740
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
```