capitalize
Function
Capitalizes the first letter of each word in text
Syntax
$text = capitalize "hello world"
with literal text
$text = capitalize $title
with variable text
Capitalizes the first letter of each word in text
$text = capitalize "hello world"
with literal text
$text = capitalize $title
with variable text