Last updated 2 years ago
Was this helpful?
The ToTitleCase() function converts every first character of a word to uppercase.
ToTitleCase()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a copy of text where all words start with an uppercase character.
text
ToTitleCase(
)
ToTitleCase("The wind in the willows") => "The Wind In The Willows"
ToTitleCase("The wind in the willows")
ToTitleCase(123) => Invalid expression
ToTitleCase(123)
a text