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.

Syntax

ToTitleCase(text)

ToTitleCase("The wind in the willows") => "The Wind In The Willows"

ToTitleCase(123) => Invalid expression

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?