title-case
Function
Converts text to Title Case format (each word capitalized)
Syntax
$text = title-case "hello world"
with literal text
$text = title-case $title
with variable text
Converts text to Title Case format (each word capitalized)
$text = title-case "hello world"
with literal text
$text = title-case $title
with variable text