titleCase
@quik/core / titleCase
Function: titleCase()
titleCase(
str):string
Defined in: utils/String.ts:77
Converts string into Title Case.
Parameters
str
string
The string to be Title Cased
Returns
string
See
https://github.com/typeorm/typeorm/blob/master/src/util/StringUtils