ToTitleCase

circle-info

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.

circle-check

Syntax

chevron-rightToTitleCase(text)hashtag

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?