uppercase
Function
Converts text to all uppercase letters
Syntax
$text = uppercase "really important"
with literal text
$text = uppercase $title
with variable text
Converts text to all uppercase letters
$text = uppercase "really important"
with literal text
$text = uppercase $title
with variable text