utilities.Function.toTitleCase - typedoc2md/typedoc-plugin-markdown-examples GitHub Wiki

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.