UtilitiesModule.Function.toTitleCase - typedoc2md/typedoc-plugin-markdown-examples GitHub Wiki
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