ToTitleCase
The ToTitleCase()
function converts every first character of a word to uppercase.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a copy of text
where all words start with an uppercase character.
Syntax
Parameters
Name
Type
Required
Description
text
text
☑️
a text
Last updated