We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-wiki-example / UtilitiesModule / generateUniqueId
generateUniqueId(): string
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.
The string transformed to title case.
utilities.ts:41