mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update lower.md
This commit is contained in:
parent
b9ee7bf609
commit
939a608db0
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user