toTitleCase
Use the toTitleCase function to capitalize the first letter of every word in a Text value. The toTitleCase function returns a Text value.
Function format
toTitleCase(Text source)
- source: the Text value in which the first letter of every word is capitalized.
toTitleCase example
toTitleCase("hello, world!")
The formula returns the Text value Hello, World!