Skip to content

utilities.Function.toTitleCase

tgreyuk edited this page Sep 6, 2024 · 7 revisions

github-wiki-example / utilities / toTitleCase

Function: toTitleCase()

toTitleCase(input): string

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.

Defined in

utilities.ts:29

Clone this wiki locally