lowercase
Function
Converts text to all lowercase letters
Syntax
$text = lowercase "REALLY IMPORTANT"
with literal text
$text = lowercase $title
with variable text
Converts text to all lowercase letters
$text = lowercase "REALLY IMPORTANT"
with literal text
$text = lowercase $title
with variable text