Skip to content

UtilitiesModule.Function.generateUniqueId

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / UtilitiesModule / generateUniqueId

Function: generateUniqueId()

generateUniqueId(): string

Converts a string to title case, making the first character of each word uppercase. Effective for formatting titles or names in a readable format.

Returns

string

The string transformed to title case.

Source

utilities.ts:41

Clone this wiki locally