Skip to content

utilities.Function.toTitleCase

tgreyuk edited this page Mar 16, 2025 · 7 revisions

github-wiki-example / utilities / toTitleCase

Function: toTitleCase()

toTitleCase(input): string

Defined in: utilities.ts:29

Function to convert a string to title case.

Parameters

Parameter Type Description
input string The input string.

Returns

string

The input string in title case.

Clone this wiki locally