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