mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
318 B
318 B
Modifier lower
Modifier is used to lowercase a variable or string. Have short alias low
This is equivalent to the PHP strtolower() function.
{var $name = "Bzick"}
{$name} output Bzick
{$name|lower} output bzick
{$name|low} output bzick too