Skip to content

UtilitiesModule.Function.toTitleCase

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / UtilitiesModule / 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.

Source

utilities.ts:29

Clone this wiki locally