lower
This is used to lowercase a variable. This is equivalent to the PHP
strtolower()
function.
Basic usage
Examples
Where template is:
This will output:
See also upper
and
capitalize
.
This is used to lowercase a variable. This is equivalent to the PHP
strtolower()
function.
Where template is:
This will output:
See also upper
and
capitalize
.