$titleCase
The$titleCase operator converts a string to Title Case format.
Input
- A single string value
Output
- The input string converted to Title Case format
Examples
Convert to Title Case
"Hello World Test"
Convert with Different Separators
"Hello-World_Test"

